Test Failed
Push — master ( 976ae1...eabbc2 )
by
unknown
20:50 queued 18:25
created
src/ApiClient.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
             );
179 179
         }
180 180
 
181
-        return (string)$this->last_response->getBody();
181
+        return (string) $this->last_response->getBody();
182 182
     }
183 183
 
184 184
     /**
@@ -465,7 +465,7 @@  discard block
 block discarded – undo
465 465
             );
466 466
         }
467 467
 
468
-        return (object)[
468
+        return (object) [
469 469
             'code' => $code,
470 470
             'message' => $message,
471 471
         ];
Please login to merge, or discard this patch.