Failed Conditions
Pull Request — master (#32)
by Mathieu
02:59
created
src/Driver/Connection/CallAndRetry.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,6 @@
 block discarded – undo
9 9
 {
10 10
     /**
11 11
      * call $callable and retry if necessary
12
-     * @param  string $method    method name
13
-     * @param  array  $arguments [description]
14 12
      */
15 13
     private function callAndRetry(callable $callable, RetryStrategy $strategy)
16 14
     {
Please login to merge, or discard this patch.