Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class Command extends SymfonyCommand { |
||
14 | |||
15 | /** |
||
16 | * Command constructor. |
||
17 | */ |
||
18 | public function __construct() { |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * @param InputInterface $input |
||
24 | * @param OutputInterface $output |
||
25 | */ |
||
26 | protected function createDocs(InputInterface $input, OutputInterface $output): void { |
||
36 | } |