Test Failed
Pull Request — master (#7)
by David
01:56
created
src/TdbmFluidColumn.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 
7 7
 use Doctrine\DBAL\Schema\Column;
8
-use Doctrine\DBAL\Schema\Table;
9 8
 
10 9
 class TdbmFluidColumn
11 10
 {
Please login to merge, or discard this patch.
tests/TdbmFluidJunctionTableGraphqlOptionsTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace TheCodingMachine\FluidSchema;
4 4
 
5 5
 use Doctrine\DBAL\Schema\Schema;
6
-use Doctrine\DBAL\Types\Type;
7 6
 use PHPUnit\Framework\TestCase;
8 7
 
9 8
 class TdbmFluidJunctionTableGraphqlOptionsTest extends TestCase
Please login to merge, or discard this patch.