@@ -86,7 +86,7 @@ |
||
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 | } |