Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class MinuboConsole extends Console |
||
18 | { |
||
19 | const COMMAND_NAME = 'minubo:export:data'; |
||
20 | const DESCRIPTION = 'Run export of data to Minubo'; |
||
21 | |||
22 | /** |
||
23 | * @return void |
||
24 | */ |
||
25 | protected function configure(): void |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
33 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
||
34 | * |
||
35 | * @return int|null |
||
36 | */ |
||
37 | protected function execute(InputInterface $input, OutputInterface $output): ?int |
||
46 |