@@ -82,7 +82,7 @@ |
||
| 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 = []; |