Failed Conditions
Pull Request — master (#2825)
by Sébastien
05:15
created
lib/Doctrine/DBAL/Driver/OCI8/OCI8Connection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 
22 22
 use Doctrine\DBAL\Driver\Connection;
23 23
 use Doctrine\DBAL\Driver\ServerInfoAwareConnection;
24
-use Doctrine\DBAL\Platforms\OraclePlatform;
25 24
 
26 25
 /**
27 26
  * OCI8 implementation of the Connection interface.
Please login to merge, or discard this patch.
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/Driver/AbstractDriverTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Doctrine\DBAL\Driver\ExceptionConverterDriver;
8 8
 use Doctrine\DBAL\VersionAwarePlatformDriver;
9 9
 use Doctrine\Tests\DbalTestCase;
10
-use Throwable;
11 10
 
12 11
 abstract class AbstractDriverTest extends DbalTestCase
13 12
 {
Please login to merge, or discard this patch.
tests/Doctrine/Tests/DBAL/Schema/MySqlSchemaManagerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\EventManager;
6 6
 use Doctrine\DBAL\Configuration;
7
-use Doctrine\DBAL\Platforms\MariaDb102Platform;
8 7
 use Doctrine\DBAL\Schema\MySqlSchemaManager;
9 8
 
10 9
 class MySqlSchemaManagerTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.