| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class ImportActivityConsoleCommandPlugin extends AbstractCommandPlugin |
||
| 22 | { |
||
| 23 | public const COMMAND_NAME = 'import:activity'; |
||
| 24 | public const DESCRIPTION = 'This command will import your personal activity based on activated plugins.'; |
||
| 25 | |||
| 26 | protected function configure(): void |
||
| 32 | } |
||
| 33 | |||
| 34 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
| 43 |