Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Test Failed
Pull Request — 0.15 (#1008)
by Jérémiah
01:42
created
src/Validator/Mapping/PropertyMetadata.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
src/Validator/InputValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.