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
Pull Request — master (#5)
by Jérémiah
07:11
created
Tests/Resolver/AbstractProxyResolverTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
         $solutionClass = sprintf('%s\\Toto', __NAMESPACE__);
19 19
 
20 20
         return [
21
-            'Toto' => ['solution' => new $solutionClass(),  'method' => 'resolve'],
21
+            'Toto' => ['solution' => new $solutionClass(), 'method' => 'resolve'],
22 22
         ];
23 23
     }
24 24
 
Please login to merge, or discard this patch.