Fix code style
This commit is contained in:
parent
af29baf11e
commit
fc1d8e92f3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class FileSystem implements FileSystemUtil
|
||||||
public function createDir(string $file): string
|
public function createDir(string $file): string
|
||||||
{
|
{
|
||||||
$dirname = null;
|
$dirname = null;
|
||||||
$pos = strpos($file, '://');
|
$pos = strpos($file, '://');
|
||||||
|
|
||||||
if (!$pos) {
|
if (!$pos) {
|
||||||
$dirname = realpath(dirname($file));
|
$dirname = realpath(dirname($file));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue