@@ -44,7 +44,7 @@ |
||
44 | 44 | public function getBody() |
45 | 45 | { |
46 | 46 | if (null === $this->body) { |
47 | - $this->body = json_decode((string) $this->response->getBody()); |
|
47 | + $this->body = json_decode((string)$this->response->getBody()); |
|
48 | 48 | } |
49 | 49 | return $this->body; |
50 | 50 | } |