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 — 0.15 (#1131)
by
unknown
02:04
created
src/Controller/GraphController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 
69 69
             try {
70 70
                 $payload = $this->processQuery($request, $schemaName, $batched);
71
-            } catch(BadRequestHttpException $e) {
71
+            } catch (BadRequestHttpException $e) {
72 72
                 if ($this->debugMode) {
73 73
                     throw $e;
74 74
                 } else {
Please login to merge, or discard this patch.