@@ -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. |
@@ -65,7 +65,7 @@ |
||
65 | 65 | |
66 | 66 | /** |
67 | 67 | * |
68 | - * @param $service |
|
68 | + * @param string $service |
|
69 | 69 | * @return array |
70 | 70 | */ |
71 | 71 | protected function getServiceKeys($service) |