Passed
Push — master ( c70a06...a6006f )
by Robin
10:03
created
src/Support/GuzzleClientFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     public function createClient()
73 73
     {
74 74
         $stack = HandlerStack::create();
75
-        $stack->push(Middleware::mapResponse(function (ResponseInterface $response) {
75
+        $stack->push(Middleware::mapResponse(function(ResponseInterface $response) {
76 76
             return new Response($response);
77 77
         }));
78 78
 
Please login to merge, or discard this patch.