Passed
Push — master ( c70159...378d3b )
by Artem
07:14
created
src/Http/AuthenticationPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
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
                 }
Please login to merge, or discard this patch.