Passed
Push — main ( 53dda7...7d8df4 )
by Nobufumi
03:18
created
Category
src/LogPsr3.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -254,7 +254,7 @@
 block discarded – undo
254 254
     {
255 255
         $backtrace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
256 256
         $traceInfo = array_map(
257
-            function ($trace) {
257
+            function($trace) {
258 258
                 $file = $trace['file'] ?? '[internal function]';
259 259
                 $line = $trace['line'] ?? '?';
260 260
                 $function = $trace['function'];
Please login to merge, or discard this patch.