Completed
Push — hotfix/1.0.5 ( 52954e...39921f )
by Artem
03:00
created
src/Client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -311,7 +311,7 @@
 block discarded – undo
311 311
         $this->formatted = $decoded;
312 312
 
313 313
         if($this->success()) {
314
-           return $this->formatted;
314
+            return $this->formatted;
315 315
         }
316 316
 
317 317
         $message = array_get($this->formatted, 'message');
Please login to merge, or discard this patch.