Test Failed
Pull Request — master (#5)
by David
06:04
created
src/ControllerQueryProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Youshido\GraphQL\Type\Scalar\IntType;
20 20
 use Youshido\GraphQL\Type\Scalar\StringType;
21 21
 use Youshido\GraphQL\Type\TypeInterface;
22
-use Youshido\GraphQL\Type\Union\UnionType;
23 22
 
24 23
 /**
25 24
  * A query provider that looks for queries in a "controller"
Please login to merge, or discard this patch.
src/QueryField.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 namespace TheCodingMachine\GraphQL\Controllers;
5 5
 
6
-use TheCodingMachine\GraphQL\Controllers\Registry\Registry;
7 6
 use Youshido\GraphQL\Execution\ResolveInfo;
8 7
 use Youshido\GraphQL\Field\AbstractField;
9 8
 use Youshido\GraphQL\Type\AbstractType;
Please login to merge, or discard this patch.