Completed
Push — master ( 536f47...3d9bf9 )
by
unknown
15s queued 12s
created
src/Loggers/FileLogger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 
48 48
         $logContent = $this->formatLogEntry($level, $message, $context);
49 49
 
50
-        file_put_contents($this->filePath, $logContent, FILE_APPEND );
50
+        file_put_contents($this->filePath, $logContent, FILE_APPEND);
51 51
     }
52 52
 
53 53
     /**
Please login to merge, or discard this patch.