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 ( 6ebb14...d622d4 )
by Jérémiah
09:38
created
Relay/Connection/Output/ConnectionBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
             $edges,
125 125
             new PageInfo(
126 126
                 $firstEdge instanceof Edge ? $firstEdge->cursor : null,
127
-                $lastEdge instanceof Edge  ? $lastEdge->cursor : null,
127
+                $lastEdge instanceof Edge ? $lastEdge->cursor : null,
128 128
                 $last !== null ? $startOffset > $lowerBound : false,
129 129
                 $first !== null ? $endOffset < $upperBound : false
130 130
             )
Please login to merge, or discard this patch.