@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | use ConfiguratorTrait; |
25 | 25 | |
26 | 26 | /** |
27 | - * @param CommandInterface $command |
|
27 | + * @param \Tidal\PhpSpec\ConsoleExtension\Contract\Command\CommandInterface $command |
|
28 | 28 | * @return bool |
29 | 29 | */ |
30 | 30 | protected function doAccept(CommandInterface $command): bool |
@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | } |
34 | 34 | |
35 | 35 | /** |
36 | - * @param CommandInterface $command |
|
36 | + * @param \Tidal\PhpSpec\ConsoleExtension\Contract\Command\CommandInterface $command |
|
37 | 37 | */ |
38 | 38 | protected function doConfigure(CommandInterface $command) |
39 | 39 | { |