Passed
Pull Request — master (#101)
by Shinji
02:40 queued 58s
created
src/Command/Converter/SpeedscopeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
     /** @param iterable<CallTrace> $call_frames */
83 83
     private function collectFrames(iterable $call_frames): array
84 84
     {
85
-        $mapper = fn (array $value): string => \json_encode($value);
85
+        $mapper = fn(array $value): string => \json_encode($value);
86 86
         $trace_map = [];
87 87
         $result_frames = [];
88 88
         $sampled_stacks = [];
Please login to merge, or discard this patch.