From fc1d8e92f3ef7d4150e6491432c34f812ba71f51 Mon Sep 17 00:00:00 2001 From: Art4 Date: Mon, 14 Apr 2025 14:38:49 +0000 Subject: [PATCH] Fix code style --- src/Core/Logger/Util/FileSystem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));