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