Fix code style

This commit is contained in:
Art4 2025-04-14 14:38:49 +00:00
parent af29baf11e
commit fc1d8e92f3

View file

@ -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));