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 — master ( 9232e9...628320 )
by Jérémiah
15:03 queued 08:48
created
Controller/GraphController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -58,6 +58,9 @@
 block discarded – undo
58 58
         return $this->createResponse($request, $schemaName, true);
59 59
     }
60 60
 
61
+    /**
62
+     * @param boolean $batched
63
+     */
61 64
     private function createResponse(Request $request, $schemaName, $batched)
62 65
     {
63 66
         if ('OPTIONS' === $request->getMethod()) {
Please login to merge, or discard this patch.