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
Pull Request — master (#614)
by Stepan
26:42 queued 23:09
created
src/Config/Parser/AnnotationParser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -491,7 +491,7 @@
 block discarded – undo
491 491
             $unionConfiguration['resolveType'] = self::formatExpression($unionAnnotation->resolveType);
492 492
         } else {
493 493
             if (!isset($methods['resolveType'])) {
494
-              throw new InvalidArgumentException(\sprintf('The annotation @Union has no "resolveType" attribute and the related class has no "resolveType()" public static method. You need to define of them.'));
494
+                throw new InvalidArgumentException(\sprintf('The annotation @Union has no "resolveType" attribute and the related class has no "resolveType()" public static method. You need to define of them.'));
495 495
             }
496 496
 
497 497
             $method = $methods['resolveType']['method'];
Please login to merge, or discard this patch.