@@ -9,8 +9,6 @@ |
||
| 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 | { |