@@ -55,7 +55,7 @@ |
||
55 | 55 | if ($expectJson) { |
56 | 56 | $result = $response->json(); |
57 | 57 | } else { |
58 | - $result = [ 'body' => $response->getBody() ]; |
|
58 | + $result = ['body' => $response->getBody()]; |
|
59 | 59 | } |
60 | 60 | } catch (BadResponseException $e) { |
61 | 61 | if ($e->getCode() == 400) { |