@@ -64,7 +64,7 @@ |
||
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 | } |