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
Pull Request — master (#186)
by Renato
09:37
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->assertEquals(true, $this->isDeprecated($value));
40 40
     }
41 41
 
Please login to merge, or discard this patch.
Relay/Connection/Paginator.php 1 patch
Doc Comments   +3 added lines, -3 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
77 77
      */
@@ -101,7 +101,7 @@  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
      *
Please login to merge, or discard this patch.
Tests/Resolver/AbstractProxyResolverTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     protected function getResolverSolutionsMapping()
17 17
     {
18 18
         return [
19
-            'Toto' => ['solutionFunc' => [$this, 'createToto'], 'solutionFuncArgs' => [],  'method' => 'resolve'],
19
+            'Toto' => ['solutionFunc' => [$this, 'createToto'], 'solutionFuncArgs' => [], 'method' => 'resolve'],
20 20
         ];
21 21
     }
22 22
 
Please login to merge, or discard this patch.