From: Art4 Date: Mon, 14 Apr 2025 14:38:49 +0000 (+0000) Subject: Fix code style X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fc1d8e92f3ef7d4150e6491432c34f812ba71f51;p=friendica.git Fix code style --- diff --git a/src/Core/Logger/Util/FileSystem.php b/src/Core/Logger/Util/FileSystem.php index b1c402946a..97162dacb8 100644 --- a/src/Core/Logger/Util/FileSystem.php +++ b/src/Core/Logger/Util/FileSystem.php @@ -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));