Passed
Push — master ( 6810f7...75e1cb )
by Gabriel
02:40
created
src/RequestHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     private function handleBadResponse(ResponseInterface $response = null)
54 54
     {
55 55
         if ($response) {
56
-            $body = (string) $response->getBody();
56
+            $body = (string)$response->getBody();
57 57
             $json = \GuzzleHttp\json_decode($body, true);
58 58
             (new ErrorHandler())($json);
59 59
             return;
Please login to merge, or discard this patch.