@@ -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 | |
@@ -37,13 +37,13 @@ discard block |
||
37 | 37 | |
38 | 38 | public function handle() |
39 | 39 | { |
40 | - if($this->output['meta']['success']) |
|
40 | + if ($this->output['meta']['success']) |
|
41 | 41 | { |
42 | 42 | echo ''.$this->output['trackNumber'].' - SUCCESS:'; |
43 | 43 | echo PHP_EOL; |
44 | 44 | echo 'Request Success : true'; |
45 | 45 | } |
46 | - else{ |
|
46 | + else { |
|
47 | 47 | |
48 | 48 | echo ''.$this->output['trackNumber'].' - ERROR:'; |
49 | 49 | echo PHP_EOL; |