@@ -44,8 +44,8 @@ |
||
| 44 | 44 | /** |
| 45 | 45 | * Instantiate a new command. |
| 46 | 46 | * |
| 47 | - * @param Enzyme\Axiom\Console\Stubs\Manager $stub_manager |
|
| 48 | - * @param Enzyme\Axiom\Console\Config $config |
|
| 47 | + * @param StubManager $stub_manager |
|
| 48 | + * @param Config $config |
|
| 49 | 49 | */ |
| 50 | 50 | public function __construct(StubManager $stub_manager, Config $config) |
| 51 | 51 | { |
@@ -39,8 +39,8 @@ |
||
| 39 | 39 | /** |
| 40 | 40 | * Create a new configuration manager. |
| 41 | 41 | * |
| 42 | - * @param Symfony\Component\Yaml\Parser $parser |
|
| 43 | - * @param Enzyme\Parrot\File $file_dispatch |
|
| 42 | + * @param Parser $parser |
|
| 43 | + * @param File $file_dispatch |
|
| 44 | 44 | */ |
| 45 | 45 | public function __construct(Parser $parser, File $file_dispatch) |
| 46 | 46 | { |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | /** |
| 24 | 24 | * Create a new stub manager. |
| 25 | 25 | * |
| 26 | - * @param Enzyme\Parrot\File $file_dispatch A parrot file dispatch wrapper. |
|
| 26 | + * @param File $file_dispatch A parrot file dispatch wrapper. |
|
| 27 | 27 | */ |
| 28 | 28 | public function __construct(File $file_dispatch) |
| 29 | 29 | { |