@@ -25,7 +25,7 @@ |
||
25 | 25 | * @param string $requestedName |
26 | 26 | * @param null|array $options |
27 | 27 | * |
28 | - * @return object |
|
28 | + * @return AtsMode |
|
29 | 29 | * @throws ServiceNotFoundException if unable to resolve the service. |
30 | 30 | * @throws ServiceNotCreatedException if an exception is raised when |
31 | 31 | * creating a service. |
@@ -31,7 +31,7 @@ |
||
31 | 31 | * @param string $requestedName |
32 | 32 | * @param null|array $options |
33 | 33 | * |
34 | - * @return object |
|
34 | + * @return Job |
|
35 | 35 | * @throws ServiceNotFoundException if unable to resolve the service. |
36 | 36 | * @throws ServiceNotCreatedException if an exception is raised when |
37 | 37 | * creating a service. |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * @param string $requestedName |
30 | 30 | * @param null|array $options |
31 | 31 | * |
32 | - * @return object |
|
32 | + * @return ListFilterLocationFieldset |
|
33 | 33 | * @throws ServiceNotFoundException if unable to resolve the service. |
34 | 34 | * @throws ServiceNotCreatedException if an exception is raised when |
35 | 35 | * creating a service. |
@@ -30,7 +30,7 @@ |
||
30 | 30 | * @param string $requestedName |
31 | 31 | * @param null|array $options |
32 | 32 | * |
33 | - * @return object |
|
33 | + * @return MultipostingSelect |
|
34 | 34 | * @throws ServiceNotFoundException if unable to resolve the service. |
35 | 35 | * @throws ServiceNotCreatedException if an exception is raised when |
36 | 36 | * creating a service. |
@@ -35,7 +35,7 @@ |
||
35 | 35 | * @param string $requestedName |
36 | 36 | * @param null|array $options |
37 | 37 | * |
38 | - * @return object |
|
38 | + * @return \Zend\EventManager\EventManagerInterface |
|
39 | 39 | * @throws ServiceNotFoundException if unable to resolve the service. |
40 | 40 | * @throws ServiceNotCreatedException if an exception is raised when |
41 | 41 | * creating a service. |
@@ -25,7 +25,7 @@ |
||
25 | 25 | * @param string $requestedName |
26 | 26 | * @param null|array $options |
27 | 27 | * |
28 | - * @return object |
|
28 | + * @return PaginationAdminQuery |
|
29 | 29 | * @throws ServiceNotFoundException if unable to resolve the service. |
30 | 30 | * @throws ServiceNotCreatedException if an exception is raised when |
31 | 31 | * creating a service. |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * @param string $requestedName |
23 | 23 | * @param null|array $options |
24 | 24 | * |
25 | - * @return object |
|
25 | + * @return PaginationQuery |
|
26 | 26 | * @throws ServiceNotFoundException if unable to resolve the service. |
27 | 27 | * @throws ServiceNotCreatedException if an exception is raised when |
28 | 28 | * creating a service. |
@@ -27,7 +27,7 @@ |
||
27 | 27 | * @param string $requestedName |
28 | 28 | * @param null|array $options |
29 | 29 | * |
30 | - * @return object |
|
30 | + * @return Acl |
|
31 | 31 | * @throws ServiceNotFoundException if unable to resolve the service. |
32 | 32 | * @throws ServiceNotCreatedException if an exception is raised when |
33 | 33 | * creating a service. |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | * @param string $requestedName |
26 | 26 | * @param null|array $options |
27 | 27 | * |
28 | - * @return object |
|
28 | + * @return CheckPermissionsListener |
|
29 | 29 | * @throws ServiceNotFoundException if unable to resolve the service. |
30 | 30 | * @throws ServiceNotCreatedException if an exception is raised when |
31 | 31 | * creating a service. |
@@ -47,7 +47,6 @@ discard block |
||
47 | 47 | * |
48 | 48 | * - Injects the AuthenticationService |
49 | 49 | * |
50 | - * @param ServiceLocatorInterface $helpers |
|
51 | 50 | * @return \Auth\View\Helper\Auth |
52 | 51 | * @see \Zend\ServiceManager\FactoryInterface::createService() |
53 | 52 | */ |