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 (#198)
by Jérémiah
07:36
created
DependencyInjection/Compiler/TaggedServiceMappingPass.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
             $resolverDefinition->addMethodCall(
86 86
                 'addSolution',
87
-                [$name, [new Reference('service_container'), 'get'], [$solutionID],  $cleanOptions]
87
+                [$name, [new Reference('service_container'), 'get'], [$solutionID], $cleanOptions]
88 88
             );
89 89
         }
90 90
     }
Please login to merge, or discard this patch.
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -99,5 +99,8 @@
 block discarded – undo
99 99
 
100 100
     abstract protected function getTagName();
101 101
 
102
+    /**
103
+     * @return string
104
+     */
102 105
     abstract protected function getResolverServiceID();
103 106
 }
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.