@@ -72,7 +72,7 @@ |
||
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 |