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 — annotations ( bee78b...707295 )
by Jérémiah
19:51 queued 15:21
created
src/Error/ErrorHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
      * @param GraphQLError[] $errors
96 96
      * @param bool           $throwRawException
97 97
      *
98
-     * @return array
98
+     * @return callable
99 99
      *
100 100
      * @throws \Error|\Exception
101 101
      */
Please login to merge, or discard this patch.
src/Definition/Type/CustomScalarType.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@
 block discarded – undo
42 42
         return $this->call('parseLiteral', $valueNode);
43 43
     }
44 44
 
45
+    /**
46
+     * @param string $type
47
+     */
45 48
     private function call($type, $value)
46 49
     {
47 50
         if (isset($this->config['scalarType'])) {
Please login to merge, or discard this patch.
src/Resolver/AccessResolver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -57,6 +57,9 @@
 block discarded – undo
57 57
         return $this->processFilter($result, $accessChecker, $resolveArgs);
58 58
     }
59 59
 
60
+    /**
61
+     * @param callable $accessChecker
62
+     */
60 63
     private function processFilter($result, $accessChecker, $resolveArgs)
61 64
     {
62 65
         if (\is_array($result)) {
Please login to merge, or discard this patch.