@@ -22,8 +22,7 @@ |
||
22 | 22 | |
23 | 23 | public function getBody() { |
24 | 24 | return $this->stream ? |
25 | - $this->response->getBody()->detach(): |
|
26 | - $this->response->getBody()->getContents(); |
|
25 | + $this->response->getBody()->detach() : $this->response->getBody()->getContents(); |
|
27 | 26 | } |
28 | 27 | |
29 | 28 | public function getStatusCode(): int { |