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