Completed
Branch master (7ffc1b)
by Jacob
02:59
created
Category
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
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
         }));
Please login to merge, or discard this patch.