Passed
Push — master ( 39b8cb...daa3e9 )
by IRFA
02:02
created
src/Console/Commands/ROInfoPackage.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
             $this->line('Api Key: '.config('irfa.rajaongkir.api_key'));
45 45
         } elseif($this->argument('cmd') == "type"){
46 46
             $this->line('Account Type: '.config('irfa.rajaongkir.account_type'));
47
-        }  elseif($this->argument('cmd') == "info"){
47
+        } elseif($this->argument('cmd') == "info"){
48 48
              $this->informasi();
49 49
             $this->line('-------------------------------------------------------------------------------');
50 50
             $this->line('Account Type: '.config('irfa.rajaongkir.account_type'));
Please login to merge, or discard this patch.