Passed
Push — master ( e30fd8...99d70b )
by
unknown
03:04
created
src/Client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -383,7 +383,7 @@
 block discarded – undo
383 383
         $this->log(null, $decoded ?? []);
384 384
 
385 385
         if($this->success()) {
386
-           return $this->formatted;
386
+            return $this->formatted;
387 387
         }
388 388
 
389 389
         $message = Arr::get($this->formatted, 'message');
Please login to merge, or discard this patch.