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

Passed
Push — 0.9 ( 2e758e...e8e8ed )
by Jérémiah
01:55
created
Relay/Connection/Paginator.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
     }
47 47
 
48 48
     /**
49
-     * @param Argument|array $args
49
+     * @param Argument $args
50 50
      * @param int|callable   $total
51 51
      * @param array          $callableArgs
52 52
      *
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     }
72 72
 
73 73
     /**
74
-     * @param Argument|array $args
74
+     * @param Argument $args
75 75
      *
76 76
      * @return Connection|object A connection or a promise
77 77
      */
@@ -101,11 +101,11 @@  discard block
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-     * @param Argument|array $args
104
+     * @param Argument $args
105 105
      * @param int|callable   $total
106 106
      * @param array          $callableArgs
107 107
      *
108
-     * @return Connection|object A connection or a promise
108
+     * @return Connection A connection or a promise
109 109
      */
110 110
     public function auto($args, $total, $callableArgs = [])
111 111
     {
Please login to merge, or discard this patch.