We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -64,7 +64,7 @@ |
||
64 | 64 | */ |
65 | 65 | public function getMethodsNames(): array |
66 | 66 | { |
67 | - return array_map(fn (ReflectionMethod $method) => $method->getName(), $this->getMethods()); |
|
67 | + return array_map(fn(ReflectionMethod $method) => $method->getName(), $this->getMethods()); |
|
68 | 68 | } |
69 | 69 | |
70 | 70 | public function getMethodAnnotations(string $name): array |