Passed
Push — master ( 9f14f5...dcd510 )
by Artem
06:31 queued 11s
created
src/Client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -380,7 +380,7 @@
 block discarded – undo
380 380
         $this->log(null, $decoded ?? []);
381 381
 
382 382
         if($this->success()) {
383
-           return $this->formatted;
383
+            return $this->formatted;
384 384
         }
385 385
 
386 386
         $message = array_get($this->formatted, 'message');
Please login to merge, or discard this patch.