@@ -138,6 +138,11 @@ |
||
| 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) { |