@@ -57,7 +57,7 @@ |
||
| 57 | 57 | * @param string $commandName |
| 58 | 58 | * @param string $targetName |
| 59 | 59 | * @param string $type |
| 60 | - * @param array|\Stecman\Component\Symfony\Console\BashCompletion\Completion\CompletionResultInterface|callable $completion |
|
| 60 | + * @param callable $completion |
|
| 61 | 61 | */ |
| 62 | 62 | public function __construct($commandName, $targetName, $type, $completion) |
| 63 | 63 | { |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use Stecman\Component\Symfony\Console\BashCompletion\Completion\DescriptiveCompletion; |
| 10 | 10 | use Symfony\Component\Console\Application; |
| 11 | 11 | use Symfony\Component\Console\Command\Command; |
| 12 | -use Symfony\Component\Console\Input\ArrayInput; |
|
| 13 | 12 | use Symfony\Component\Console\Input\InputArgument; |
| 14 | 13 | use Symfony\Component\Console\Input\InputOption; |
| 15 | 14 | |