@@ -39,7 +39,7 @@ |
||
39 | 39 | $request = $request->withHeader('Authorization', $header); |
40 | 40 | |
41 | 41 | return $next($request)->then( |
42 | - function (ResponseInterface $response) use ($request, $next, $first, $chainIdentifier) { |
|
42 | + function(ResponseInterface $response) use ($request, $next, $first, $chainIdentifier) { |
|
43 | 43 | if (!\array_key_exists($chainIdentifier, $this->retryStorage)) { |
44 | 44 | $this->retryStorage[$chainIdentifier] = 0; |
45 | 45 | } |