@@ -264,6 +264,9 @@ |
||
264 | 264 | } |
265 | 265 | } |
266 | 266 | |
267 | + /** |
|
268 | + * @param string|null $className |
|
269 | + */ |
|
267 | 270 | protected function buildArgumentsArray($serviceId, $scope, $className, array $tagAttributes = array()) |
268 | 271 | { |
269 | 272 | $arguments = array($serviceId); |
@@ -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 | { |