We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | /** |
| 20 | 20 | * @throws ReflectionException |
| 21 | 21 | */ |
| 22 | - protected function newReflectionMember(object|string $objectOrClassName): ReflectionProperty |
|
| 22 | + protected function newReflectionMember(object | string $objectOrClassName): ReflectionProperty |
|
| 23 | 23 | { |
| 24 | 24 | $member = new ReflectionProperty($objectOrClassName, $this->getName()); |
| 25 | 25 | $member->setAccessible(true); |
@@ -62,7 +62,7 @@ |
||
| 62 | 62 | /** |
| 63 | 63 | * @throws ArgumentsValidationException |
| 64 | 64 | */ |
| 65 | - public function validate(string|array|null $groups = null, bool $throw = true): ?ConstraintViolationListInterface |
|
| 65 | + public function validate(string | array | null $groups = null, bool $throw = true): ?ConstraintViolationListInterface |
|
| 66 | 66 | { |
| 67 | 67 | $rootNode = new ValidationNode( |
| 68 | 68 | $this->info->parentType, |