Passed
Branch 1.x (5e7ffc)
by David
29:58
created
src/GraphQLTypeGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use TheCodingMachine\TDBM\ConfigurationInterface;
6 6
 use TheCodingMachine\TDBM\Utils\AbstractBeanPropertyDescriptor;
7 7
 use TheCodingMachine\TDBM\Utils\BeanDescriptorInterface;
8
-use TheCodingMachine\TDBM\Utils\DirectForeignKeyMethodDescriptor;
9 8
 use TheCodingMachine\TDBM\Utils\GeneratorListenerInterface;
10 9
 use Symfony\Component\Filesystem\Filesystem;
11 10
 use TheCodingMachine\TDBM\Utils\MethodDescriptorInterface;
Please login to merge, or discard this patch.
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
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use TheCodingMachine\TDBM\Utils\DefaultNamingStrategy;
15 15
 use PHPUnit\Framework\TestCase;
16 16
 use Youshido\GraphQL\Execution\Processor;
17
-use Youshido\GraphQL\Type\Scalar\StringType;
18 17
 
19 18
 class GraphQLTypeGeneratorTest extends TestCase
20 19
 {
Please login to merge, or discard this patch.