Passed
Push — 1.x ( 5978a4...67578f )
by David
02:12
created
tests/GraphQLTypeGeneratorTest.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
48 48
         self::loadSqlFile($conn, __DIR__.'/sql/graphqlunittest.sql');
49 49
     }
50 50
 
51
+    /**
52
+     * @param string $sqlFile
53
+     */
51 54
     protected static function loadSqlFile(Connection $connection, $sqlFile)
52 55
     {
53 56
         $sql = file_get_contents($sqlFile);
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use TheCodingMachine\TDBM\Utils\DefaultNamingStrategy as TdbmDefaultNamingStrategy;
18 18
 use PHPUnit\Framework\TestCase;
19 19
 use Youshido\GraphQL\Execution\Processor;
20
-use Youshido\GraphQL\Type\Scalar\StringType;
21 20
 
22 21
 class GraphQLTypeGeneratorTest extends TestCase
23 22
 {
Please login to merge, or discard this patch.
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.