Total Complexity | 3 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class GetPathsCommand extends ConfigurationCommand |
||
10 | { |
||
11 | /** |
||
12 | * Configure the command options. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | protected function configure() |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * Execute the command. |
||
25 | * |
||
26 | * @param InputInterface $input |
||
27 | * @param OutputInterface $output |
||
28 | * |
||
29 | * @SuppressWarnings(PHPMD.UnusedFormalParameter) |
||
30 | * |
||
31 | * @return void |
||
32 | */ |
||
33 | protected function execute(InputInterface $input, OutputInterface $output) |
||
52 |