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.