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 — 0.9 ( e8e8ed...548911 )
by Jérémiah
18:15
created
Tests/Functional/Type/DefinitionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
             'description' => null,
36 36
             'deprecationReason' => 'Just because',
37 37
             'value' => 'foo',
38
-        ],  $value->config);
38
+        ], $value->config);
39 39
         $this->assertTrue($value->isDeprecated());
40 40
     }
41 41
 
Please login to merge, or discard this patch.
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.