Passed
Pull Request — 1.x (#4)
by David
11:19
created
src/GraphQLTypeGenerator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,9 @@
 block discarded – undo
2 2
 namespace TheCodingMachine\Tdbm\GraphQL;
3 3
 
4 4
 use Mouf\Composer\ClassNameMapper;
5
-use TheCodingMachine\TDBM\Configuration;
6 5
 use TheCodingMachine\TDBM\ConfigurationInterface;
7 6
 use TheCodingMachine\TDBM\Utils\AbstractBeanPropertyDescriptor;
8 7
 use TheCodingMachine\TDBM\Utils\BeanDescriptorInterface;
9
-use TheCodingMachine\TDBM\Utils\DirectForeignKeyMethodDescriptor;
10 8
 use TheCodingMachine\TDBM\Utils\GeneratorListenerInterface;
11 9
 use Symfony\Component\Filesystem\Filesystem;
12 10
 use TheCodingMachine\TDBM\Utils\MethodDescriptorInterface;
Please login to merge, or discard this patch.