| Total Complexity | 3 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class CommandRemoveCommand extends InventorioCommand |
||
| 13 | { |
||
| 14 | protected static $defaultName = 'command:remove'; |
||
| 15 | protected static $defaultDescription = 'Remove a command to the remote console'; |
||
| 16 | |||
| 17 | protected function configure(): void |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @inheritDoc |
||
| 25 | */ |
||
| 26 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
| 48 |