Completed
Push — 2.3 ( 74333d...78889a )
by
unknown
09:49
created
test/Crate/Test/DBAL/Functional/BindingTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 namespace Crate\Test\DBAL\Functional;
23 23
 
24 24
 use Crate\Test\DBAL\DBALFunctionalTestCase;
25
-use Doctrine\DBAL\DBALException;
26 25
 
27 26
 class BindingTestCase extends DBALFunctionalTestCase
28 27
 {
Please login to merge, or discard this patch.
test/Crate/Test/DBAL/Functional/TypeConversionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 
25 25
 use Crate\DBAL\Platforms\CratePlatform;
26 26
 use Crate\DBAL\Types\TimestampType;
27
-use Crate\Test\DBAL\DBALFunctionalTestCase;
28 27
 use Crate\DBAL\Types\ArrayType;
29 28
 use Crate\DBAL\Types\MapType;
30 29
 use Doctrine\DBAL\Types\Type;
Please login to merge, or discard this patch.