Completed
Pull Request — master (#4)
by Achille
02:25
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     {
65 65
         $response = $this->handler->request($method, $path, $options);
66 66
 
67
-        $body = (string)$response->getBody();
67
+        $body = (string) $response->getBody();
68 68
 
69 69
         return $withJson ? json_decode($body) : $body;
70 70
     }
Please login to merge, or discard this patch.