Completed
Push — master ( 44be41...59ae73 )
by
unknown
19:47 queued 23s
created
lib/private/Http/Client/Response.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,7 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.