@@ -27,6 +27,7 @@ |
||
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | 29 | * {@inheritdoc} |
| 30 | + * @param \Interop\Container\ContainerInterface $configInstanceOrParentLocator |
|
| 30 | 31 | */ |
| 31 | 32 | public function __construct($configInstanceOrParentLocator = null, array $config = []) |
| 32 | 33 | { |
@@ -46,7 +46,7 @@ |
||
| 46 | 46 | * @param ContainerInterface $container |
| 47 | 47 | * @param string $requestedName |
| 48 | 48 | * @param null|array $options |
| 49 | - * @return object |
|
| 49 | + * @return SettingsCollection |
|
| 50 | 50 | * @throws ServiceNotFoundException if unable to resolve the service. |
| 51 | 51 | * @throws ServiceNotCreatedException if an exception is raised when |
| 52 | 52 | * creating a service. |