@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | * @param string $requestedName |
28 | 28 | * @param array $options |
29 | 29 | * |
30 | - * @return mixed |
|
30 | + * @return null|\Go\Core\AspectContainer |
|
31 | 31 | */ |
32 | 32 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
33 | 33 | { |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | * |
40 | 40 | * @param ServiceLocatorInterface $serviceLocator |
41 | 41 | * |
42 | - * @return mixed |
|
42 | + * @return null|\Go\Core\AspectContainer |
|
43 | 43 | */ |
44 | 44 | public function createService(ServiceLocatorInterface $serviceLocator) |
45 | 45 | { |
@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | * @param string $requestedName |
28 | 28 | * @param array $options |
29 | 29 | * |
30 | - * @return mixed |
|
30 | + * @return AspectZf2Kernel |
|
31 | 31 | */ |
32 | 32 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
33 | 33 | { |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | * |
40 | 40 | * @param ServiceLocatorInterface $serviceLocator |
41 | 41 | * |
42 | - * @return mixed |
|
42 | + * @return AspectZf2Kernel |
|
43 | 43 | */ |
44 | 44 | public function createService(ServiceLocatorInterface $serviceLocator) |
45 | 45 | { |