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
Push — annotations ( 87c88c...79459a )
by Jérémiah
24:19 queued 10s
created
src/Resolver/AccessResolver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
         return \call_user_func_array($resolveCallback, $resolveArgs);
64 64
     }
65 65
 
66
+    /**
67
+     * @param callable $accessChecker
68
+     */
66 69
     private function processFilter($result, $accessChecker, $resolveArgs)
67 70
     {
68 71
         /** @var ResolveInfo $resolveInfo */
Please login to merge, or discard this patch.