@@ -52,7 +52,7 @@ |
||
52 | 52 | * |
53 | 53 | * @param ServiceLocatorInterface $serviceLocator |
54 | 54 | * |
55 | - * @return mixed |
|
55 | + * @return NonceService |
|
56 | 56 | */ |
57 | 57 | public function createService(ServiceLocatorInterface $serviceLocator) |
58 | 58 | { |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | * |
54 | 54 | * @param ServiceLocatorInterface $serviceLocator |
55 | 55 | * |
56 | - * @return mixed |
|
56 | + * @return NonceRepository |
|
57 | 57 | */ |
58 | 58 | public function createService(ServiceLocatorInterface $serviceLocator) |
59 | 59 | { |
@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | * @param string $requestedName |
68 | 68 | * @param array|null $options |
69 | 69 | * |
70 | - * @return mixed|object |
|
70 | + * @return NonceRepositoryInterface |
|
71 | 71 | */ |
72 | 72 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null): NonceRepositoryInterface |
73 | 73 | { |