Failed Conditions
Pull Request — master (#2825)
by Sébastien
25:59
created
lib/Doctrine/DBAL/Sharding/SQLAzure/SQLAzureFederationsSynchronizer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use Doctrine\DBAL\Schema\Schema;
23 23
 use Doctrine\DBAL\Connection;
24 24
 use Doctrine\DBAL\Types\Type;
25
-
26 25
 use Doctrine\DBAL\Schema\Synchronizer\AbstractSchemaSynchronizer;
27 26
 use Doctrine\DBAL\Schema\Synchronizer\SingleDatabaseSynchronizer;
28 27
 use Doctrine\DBAL\Schema\Synchronizer\SchemaSynchronizer;
Please login to merge, or discard this patch.
tests/Doctrine/Tests/DBAL/Platforms/AbstractMySQLPlatformTestCase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Doctrine\DBAL\Schema\Index;
9 9
 use Doctrine\DBAL\Schema\Table;
10 10
 use Doctrine\DBAL\Schema\TableDiff;
11
-use Doctrine\DBAL\Types\Type;
12 11
 
13 12
 abstract class AbstractMySQLPlatformTestCase extends AbstractPlatformTestCase
14 13
 {
Please login to merge, or discard this patch.