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