Total Complexity | 1 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | class CompletionCommand extends SymfonyCompletionCommand |
||
20 | { |
||
21 | |||
22 | /** |
||
23 | * Configure the CompletionHandler instance before it is run |
||
24 | * |
||
25 | * @param CompletionHandler $handler Completion handler. |
||
26 | * |
||
27 | * @return void |
||
28 | */ |
||
29 | protected function configureCompletion(CompletionHandler $handler) |
||
54 |