Completed
Push — 1.x ( cf9fb8...ac792b )
by David
10:37 queued 08:14
created
tests/GraphQLTypeGeneratorTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -19,11 +19,8 @@
 block discarded – undo
19 19
 use TheCodingMachine\TDBM\TDBMService;
20 20
 use TheCodingMachine\TDBM\Utils\DefaultNamingStrategy as TdbmDefaultNamingStrategy;
21 21
 use PHPUnit\Framework\TestCase;
22
-use Youshido\GraphQL\Execution\Context\ExecutionContext;
23 22
 use Youshido\GraphQL\Execution\Processor;
24 23
 use Youshido\GraphQL\Execution\ResolveInfo;
25
-use Youshido\GraphQL\Schema\Schema;
26
-use Youshido\GraphQL\Type\Scalar\StringType;
27 24
 
28 25
 class GraphQLTypeGeneratorTest extends TestCase
29 26
 {
Please login to merge, or discard this patch.