Completed
Push — master ( bf647c...c8ab6a )
by Mathieu
04:37 queued 02:40
created
src/RetryStrategy/PostgreSQLRetryStrategy.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 Ez\DbLinker\RetryStrategy;
4 4
 
5 5
 use Doctrine\DBAL\DBALException;
6
-use Doctrine\DBAL\Exception\DriverException;
7 6
 use Ez\DbLinker\RetryStrategy as RetryStrategyInterface;
8 7
 
9 8
 class PostgreSQLRetryStrategy implements RetryStrategyInterface
Please login to merge, or discard this patch.
src/RetryStrategy/MysqlRetryStrategy.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 Ez\DbLinker\RetryStrategy;
4 4
 
5 5
 use Doctrine\DBAL\DBALException;
6
-use Doctrine\DBAL\Exception\DriverException;
7 6
 use Ez\DbLinker\RetryStrategy as RetryStrategyInterface;
8 7
 
9 8
 class PostgreSQLRetryStrategy implements RetryStrategyInterface
Please login to merge, or discard this patch.