We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -420,7 +420,7 @@ |
||
| 420 | 420 | $values = []; |
| 421 | 421 | |
| 422 | 422 | foreach ($reflectionClass->getConstants() as $name => $value) { |
| 423 | - $valueAnnotation = current(array_filter($enumValues, fn ($enumValueAnnotation) => $enumValueAnnotation->name === $name)); |
|
| 423 | + $valueAnnotation = current(array_filter($enumValues, fn($enumValueAnnotation) => $enumValueAnnotation->name === $name)); |
|
| 424 | 424 | $valueConfig = []; |
| 425 | 425 | $valueConfig['value'] = $value; |
| 426 | 426 | |
@@ -27,6 +27,6 @@ |
||
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | // @phpstan-ignore-next-line |
| 30 | - return array_map(fn (ReflectionAttribute $attribute) => $attribute->newInstance(), $attributes); |
|
| 30 | + return array_map(fn(ReflectionAttribute $attribute) => $attribute->newInstance(), $attributes); |
|
| 31 | 31 | } |
| 32 | 32 | } |