Failed Conditions
Pull Request — master (#35)
by Mathieu
02:05
created
src/Driver/Connection/MasterSlavesConnection.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Ez\DbLinker\Driver\Connection;
4 4
 
5
-use Closure;
6 5
 use Exception;
7
-use SplObjectStorage;
8 6
 use Doctrine\DBAL\DriverManager;
9 7
 use Doctrine\DBAL\Driver\Connection;
10 8
 
Please login to merge, or discard this patch.
src/Driver/Connection/RetryConnection.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -138,6 +138,11 @@
 block discarded – undo
138 138
         return $this->transactionLevel;
139 139
     }
140 140
 
141
+    /**
142
+     * @param string $method
143
+     *
144
+     * @return \Doctrine\DBAL\Driver\Statement
145
+     */
141 146
     private function callWrappedConnectionAndRetry($method, array $arguments)
142 147
     {
143 148
         return $this->callAndRetry(function () use ($method, $arguments) {
Please login to merge, or discard this patch.