@@ -23,11 +23,11 @@ discard block |
||
| 23 | 23 | * @param $output |
| 24 | 24 | * @param $arguments |
| 25 | 25 | */ |
| 26 | - public function __construct(ApplicationContracts $app,$output,$arguments) |
|
| 26 | + public function __construct(ApplicationContracts $app, $output, $arguments) |
|
| 27 | 27 | { |
| 28 | 28 | parent::__construct($app); |
| 29 | 29 | |
| 30 | - if(!$this->app->runningInConsole()){ |
|
| 30 | + if (!$this->app->runningInConsole()) { |
|
| 31 | 31 | exception()->runtime('Console application is missing'); |
| 32 | 32 | } |
| 33 | 33 | |
@@ -42,13 +42,13 @@ discard block |
||
| 42 | 42 | */ |
| 43 | 43 | public function handle() |
| 44 | 44 | { |
| 45 | - if($this->output['meta']['success']) |
|
| 45 | + if ($this->output['meta']['success']) |
|
| 46 | 46 | { |
| 47 | 47 | echo ''.$this->output['trackNumber'].' - SUCCESS:'; |
| 48 | 48 | echo PHP_EOL; |
| 49 | 49 | echo 'Request Success : true'; |
| 50 | 50 | } |
| 51 | - else{ |
|
| 51 | + else { |
|
| 52 | 52 | |
| 53 | 53 | echo ''.$this->output['trackNumber'].' - ERROR:'; |
| 54 | 54 | echo PHP_EOL; |