@@ -51,7 +51,7 @@ |
||
51 | 51 | throw (new ServiceExceptionFactory($response))->make(); |
52 | 52 | } |
53 | 53 | |
54 | - return (string) $response->getBody() |
|
54 | + return (string)$response->getBody() |
|
55 | 55 | ? json_decode($response->getBody(), true) |
56 | 56 | : []; |
57 | 57 | } |