@@ -52,7 +52,7 @@ |
||
52 | 52 | |
53 | 53 | private function handleBadResponse(ResponseInterface $response) |
54 | 54 | { |
55 | - $body = (string) $response->getBody(); |
|
55 | + $body = (string)$response->getBody(); |
|
56 | 56 | $json = \GuzzleHttp\json_decode($body, true); |
57 | 57 | ErrorHandler::error($json); |
58 | 58 | } |