@@ -10,17 +10,17 @@ |
||
10 | 10 | { |
11 | 11 | protected function configure() |
12 | 12 | { |
13 | - $this |
|
14 | - ->setName('testmodule:foo') |
|
15 | - ->setDescription('Test command registered in a module') |
|
16 | - ; |
|
13 | + $this |
|
14 | + ->setName('testmodule:foo') |
|
15 | + ->setDescription('Test command registered in a module') |
|
16 | + ; |
|
17 | 17 | } |
18 | 18 | |
19 | - /** |
|
20 | - * @param \Symfony\Component\Console\Input\InputInterface $input |
|
21 | - * @param \Symfony\Component\Console\Output\OutputInterface $output |
|
22 | - * @return int|void |
|
23 | - */ |
|
19 | + /** |
|
20 | + * @param \Symfony\Component\Console\Input\InputInterface $input |
|
21 | + * @param \Symfony\Component\Console\Output\OutputInterface $output |
|
22 | + * @return int|void |
|
23 | + */ |
|
24 | 24 | protected function execute(InputInterface $input, OutputInterface $output) |
25 | 25 | { |
26 | 26 | $this->detectMagento($output); |