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

Completed
Push — master ( b95cb1...7295d5 )
by Timur
14s queued 11s
created
src/Config/Parser/AnnotationParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -413,7 +413,7 @@
 block discarded – undo
413 413
         $values = [];
414 414
 
415 415
         foreach ($graphClass->getConstants() as $name => $value) {
416
-            $valueAnnotation = current(array_filter($enumValues, fn ($enumValueAnnotation) => $enumValueAnnotation->name == $name));
416
+            $valueAnnotation = current(array_filter($enumValues, fn($enumValueAnnotation) => $enumValueAnnotation->name == $name));
417 417
             $valueConfig = [];
418 418
             $valueConfig['value'] = $value;
419 419
 
Please login to merge, or discard this patch.