Completed
Pull Request — 2.5 (#2978)
by
unknown
10:14
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.
lib/Doctrine/DBAL/Platforms/DB2Platform.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 namespace Doctrine\DBAL\Platforms;
21 21
 
22 22
 use Doctrine\DBAL\DBALException;
23
-use Doctrine\DBAL\Schema\Column;
24 23
 use Doctrine\DBAL\Schema\ColumnDiff;
25 24
 use Doctrine\DBAL\Schema\Identifier;
26 25
 use Doctrine\DBAL\Schema\Index;
Please login to merge, or discard this patch.