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 ( 14b721...0d2738 )
by Jérémiah
01:21
created
Relay/Connection/Paginator.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
     }
23 23
 
24 24
     /**
25
-     * @param Argument|array $args
25
+     * @param Argument $args
26 26
      * @param int|callable   $total
27 27
      *
28 28
      * @return Connection
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-     * @param Argument|array $args
45
+     * @param Argument $args
46 46
      *
47 47
      * @return Connection
48 48
      */
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @param Argument|array $args
65
+     * @param Argument $args
66 66
      * @param int|callable   $total
67 67
      *
68 68
      * @return Connection
Please login to merge, or discard this patch.