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 (#23)
by Jérémiah
12:19
created
Definition/FieldsTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Overblog\GraphQLBundle\Definition;
13 13
 
14
-use GraphQL\Type\Definition\Config;
15 14
 use GraphQL\Utils;
16 15
 
17 16
 trait FieldsTrait
Please login to merge, or discard this patch.
Request/Validator/Rule/QueryComplexity.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use GraphQL\Error;
15 15
 use GraphQL\Executor\Values;
16 16
 use GraphQL\Language\AST\Field;
17
-use GraphQL\Language\AST\FragmentSpread;
18 17
 use GraphQL\Language\AST\Node;
19 18
 use GraphQL\Language\AST\OperationDefinition;
20 19
 use GraphQL\Language\AST\SelectionSet;
Please login to merge, or discard this patch.
Request/Validator/Rule/QueryDepth.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,10 +12,8 @@
 block discarded – undo
12 12
 namespace Overblog\GraphQLBundle\Request\Validator\Rule;
13 13
 
14 14
 use GraphQL\Error;
15
-use GraphQL\Language\AST\Field;
16 15
 use GraphQL\Language\AST\Node;
17 16
 use GraphQL\Language\AST\OperationDefinition;
18
-use GraphQL\Language\AST\SelectionSet;
19 17
 use GraphQL\Validator\ValidationContext;
20 18
 
21 19
 class QueryDepth extends AbstractQuerySecurity
Please login to merge, or discard this patch.