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 ( 707295...c2b719 )
by Jérémiah
23:08 queued 20:05
created
src/Resolver/AccessResolver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -59,6 +59,9 @@
 block discarded – undo
59 59
         return $this->processFilter($result, $accessChecker, $resolveArgs);
60 60
     }
61 61
 
62
+    /**
63
+     * @param callable $accessChecker
64
+     */
62 65
     private function processFilter($result, $accessChecker, $resolveArgs)
63 66
     {
64 67
         /** @var ResolveInfo $resolveInfo */
Please login to merge, or discard this patch.