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

Test Failed
Pull Request — master (#969)
by
unknown
01:38
created
src/Controller/GraphController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
         }
82 82
     }
83 83
 
84
-    private function processQuery(Request $request, ?string $schemaName, bool $batched, bool $async = false): array|Promise
84
+    private function processQuery(Request $request, ?string $schemaName, bool $batched, bool $async = false): array | Promise
85 85
     {
86 86
         if ($batched) {
87 87
             $payload = $this->processBatchQuery($request, $schemaName);
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
         return $payloads;
111 111
     }
112 112
 
113
-    private function processNormalQuery(Request $request, string $schemaName = null, bool $async = false): array|Promise
113
+    private function processNormalQuery(Request $request, string $schemaName = null, bool $async = false): array | Promise
114 114
     {
115 115
         $params = $this->requestParser->parse($request);
116 116
 
Please login to merge, or discard this patch.