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