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

Test Failed
Pull Request — master (#4)
by Jérémiah
12:13
created
Tests/Functional/Relay/Connection/ConnectionTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
         $expectedData = [
50 50
             'user' => [
51 51
                 'friends' => [
52
-                   'totalCount' => 4,
52
+                    'totalCount' => 4,
53 53
                     'edges'     => [
54 54
                         [
55 55
                             'friendshipTime' => 'Yesterday',
Please login to merge, or discard this patch.
Tests/Resolver/ConfigResolverTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Overblog\GraphQLBundle\Relay\Connection\Output\ConnectionBuilder;
16 16
 use Overblog\GraphQLBundle\Resolver\ConfigResolver;
17 17
 use Overblog\GraphQLBundle\Tests\DIContainerMockTrait;
18
-use Symfony\Component\ExpressionLanguage\Expression;
19 18
 
20 19
 class ConfigResolverTest extends \PHPUnit_Framework_TestCase
21 20
 {
Please login to merge, or discard this patch.