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

Passed
Pull Request — master (#614)
by Stepan
21:56
created
src/Config/Parser/AnnotationParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -496,7 +496,7 @@
 block discarded – undo
496 496
 
497 497
             $method = $methods['resolveType']['method'];
498 498
 
499
-            if (!$method->isStatic() ||!$method->isPublic()) {
499
+            if (!$method->isStatic() || !$method->isPublic()) {
500 500
                 throw new InvalidArgumentException(\sprintf('The "resolveType()" method on class must be static and public. Or you must define a "resolveType" attribute on the @Union annotation.'));
501 501
             }
502 502
 
Please login to merge, or discard this patch.