Completed
Push — master ( 504fc1...a2fbbf )
by Gabriel
06:24 queued 03:16
created
src/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
     public function body(): string
19 19
     {
20
-        return (string) $this->response->getBody();
20
+        return (string)$this->response->getBody();
21 21
     }
22 22
 
23 23
     public function json(): array
Please login to merge, or discard this patch.