Completed
Pull Request — master (#36)
by Sebastian
09:10 queued 05:33
created
src/Execution/Processor.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,8 +13,6 @@  discard block
 block discarded – undo
13 13
 use Youshido\GraphQL\Execution\Visitor\AbstractQueryVisitor;
14 14
 use Youshido\GraphQL\Field\AbstractField;
15 15
 use Youshido\GraphQL\Field\Field;
16
-use Youshido\GraphQL\Introspection\Field\SchemaField;
17
-use Youshido\GraphQL\Introspection\Field\TypeDefinitionField;
18 16
 use Youshido\GraphQL\Parser\Ast\Field as FieldAst;
19 17
 use Youshido\GraphQL\Parser\Ast\Fragment;
20 18
 use Youshido\GraphQL\Parser\Ast\FragmentInterface;
@@ -34,7 +32,6 @@  discard block
 block discarded – undo
34 32
 use Youshido\GraphQL\Validator\Exception\ResolveException;
35 33
 use Youshido\GraphQL\Validator\ResolveValidator\ResolveValidator;
36 34
 use Youshido\GraphQL\Validator\ResolveValidator\ResolveValidatorInterface;
37
-use Youshido\GraphQL\Validator\SchemaValidator\SchemaValidator;
38 35
 
39 36
 class Processor
40 37
 {
Please login to merge, or discard this patch.
Tests/Schema/ProcessorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use Youshido\GraphQL\Type\Scalar\IntType;
22 22
 use Youshido\GraphQL\Type\Scalar\StringType;
23 23
 use Youshido\GraphQL\Type\Union\UnionType;
24
-use Youshido\Tests\DataProvider\TestEmptySchema;
25 24
 use Youshido\Tests\DataProvider\TestEnumType;
26 25
 use Youshido\Tests\DataProvider\TestInterfaceType;
27 26
 use Youshido\Tests\DataProvider\TestObjectType;
Please login to merge, or discard this patch.