Passed
Push — master ( 2f21ca...6b8817 )
by John
13:09 queued 09:43
created
src/DotpayApi/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,6 +29,6 @@
 block discarded – undo
29 29
             'headers' => ['content-type' => 'application/json', 'Accept' => 'application/json'],
30 30
             'json' => $request->toArray()
31 31
         ];
32
-        return json_decode($this->client->request($request->method(),$this->base_url.$request->path(), $options)->getBody());
32
+        return json_decode($this->client->request($request->method(), $this->base_url.$request->path(), $options)->getBody());
33 33
     }
34 34
 }
Please login to merge, or discard this patch.