Passed
Push — master ( 4db6e9...0ca70c )
by Jeroen
03:21
created
src/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.