@@ -21,7 +21,7 @@ |
||
21 | 21 | public function __construct($clientId, $clientSecret) |
22 | 22 | { |
23 | 23 | $stack = HandlerStack::create(); |
24 | - $stack->push(Middleware::mapResponse(function (Response $response) { |
|
24 | + $stack->push(Middleware::mapResponse(function(Response $response) { |
|
25 | 25 | $jsonStream = new JsonStream($response->getBody()); |
26 | 26 | return $response->withBody($jsonStream); |
27 | 27 | })); |