| 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) |
||
| 38 | |||
| 39 | } |
||
| 40 |