@@ -54,6 +54,9 @@ |
||
54 | 54 | return $parts; |
55 | 55 | } |
56 | 56 | |
57 | + /** |
|
58 | + * @param string $service |
|
59 | + */ |
|
57 | 60 | protected function getServiceKeys($service) |
58 | 61 | { |
59 | 62 | /** @var array $config */ |
@@ -16,7 +16,7 @@ |
||
16 | 16 | * @param ContainerInterface $container |
17 | 17 | * @param string $requestedName |
18 | 18 | * @param null|array $options |
19 | - * @return object |
|
19 | + * @return boolean |
|
20 | 20 | * @throws ServiceNotFoundException if unable to resolve the service. |
21 | 21 | * @throws ServiceNotCreatedException if an exception is raised when |
22 | 22 | * creating a service. |