@@ -28,6 +28,8 @@ |
||
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | 30 | * {@inheritdoc} |
| 31 | + * @param boolean $debug |
|
| 32 | + * @param string $projectDir |
|
| 31 | 33 | */ |
| 32 | 34 | public function __construct($environment, $debug, $projectDir = null) |
| 33 | 35 | { |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | * Get an instance of the Configuration() class from the given file. |
| 38 | 38 | * |
| 39 | 39 | * @param string $configFile |
| 40 | - * @return YamlFileConfigurationBuilder |
|
| 40 | + * @return \Dflydev\DotAccessConfiguration\ConfigurationInterface |
|
| 41 | 41 | */ |
| 42 | 42 | private function getConfigFile($configFile) |
| 43 | 43 | { |