| @@ -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 |      { | 
| @@ -27,7 +27,7 @@ | ||
| 27 | 27 | */ | 
| 28 | 28 | public function __construct(File $file_dispatch) | 
| 29 | 29 |      { | 
| 30 | - $this->stubs_dir = __DIR__.'/'; | |
| 30 | + $this->stubs_dir = __DIR__ . '/'; | |
| 31 | 31 | $this->file_dispatch = $file_dispatch; | 
| 32 | 32 | } | 
| 33 | 33 | |