Passed
Pull Request — master (#32)
by Shinji
01:38
created
src/Lib/PhpProcessReader/PhpMemoryReader/ExecutorGlobalsReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
             '::',
87 87
             array_filter(
88 88
                 $this->readFunctionName($pid, $php_version, $current_function),
89
-                fn (string $item) => strlen($item)
89
+                fn(string $item) => strlen($item)
90 90
             )
91 91
         );
92 92
     }
Please login to merge, or discard this patch.