Failed Conditions
Push — master ( 865ebe...c763ac )
by
unknown
14s
created
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.
src/Driver/MasterSlavesDriver.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\Driver;
4 4
 
5 5
 use Ez\DbLinker\Driver\Connection\MasterSlavesConnection;
6
-use Cache\Adapter\Apcu\ApcuCachePool;
7 6
 use Ez\DbLinker\Cache;
8 7
 
9 8
 trait MasterSlavesDriver
Please login to merge, or discard this patch.