]> git.mxchange.org Git - friendica.git/commitdiff
Fix code style
authorArt4 <art4@wlabs.de>
Mon, 14 Apr 2025 14:38:49 +0000 (14:38 +0000)
committerArt4 <art4@wlabs.de>
Mon, 14 Apr 2025 14:38:49 +0000 (14:38 +0000)
src/Core/Logger/Util/FileSystem.php

index b1c402946ad6c8abe11dd69657a1a7de313b2df2..97162dacb88b9042cc85d39003e923f76efd43c1 100644 (file)
@@ -31,7 +31,7 @@ class FileSystem implements FileSystemUtil
        public function createDir(string $file): string
        {
                $dirname = null;
-               $pos = strpos($file, '://');
+               $pos     = strpos($file, '://');
 
                if (!$pos) {
                        $dirname = realpath(dirname($file));