| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class LogfileListCommand extends InventorioCommand |
||
| 11 | { |
||
| 12 | protected static $defaultName = 'logfile:list'; |
||
| 13 | protected static $defaultDescription = 'List all registered commands'; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @inheritDoc |
||
| 17 | */ |
||
| 18 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
| 37 |