@@ -55,7 +55,7 @@ |
||
55 | 55 | while (1 <= $attempts) { |
56 | 56 | $response = $this->getClient()->httpRequest($request); |
57 | 57 | $attempts--; |
58 | - if (empty($successfulHttpCodes) || in_array($response->getHttpCode(), $successfulHttpCodes) ) { |
|
58 | + if (empty($successfulHttpCodes) || in_array($response->getHttpCode(), $successfulHttpCodes)) { |
|
59 | 59 | $attempts = 0; |
60 | 60 | } |
61 | 61 | if (0 < $attempts) { |