@@ -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. |
@@ -113,7 +113,7 @@ discard block |
||
| 113 | 113 | * @param string $requestedName |
| 114 | 114 | * @param null|array $options |
| 115 | 115 | * |
| 116 | - * @return object |
|
| 116 | + * @return \Zend\EventManager\EventManagerInterface |
|
| 117 | 117 | * @throws ServiceNotFoundException if unable to resolve the service. |
| 118 | 118 | * @throws ServiceNotCreatedException if an exception is raised when |
| 119 | 119 | * creating a service. |
@@ -333,7 +333,7 @@ discard block |
||
| 333 | 333 | * @param string|array $options String is either event name or aggregate name (when name is int). |
| 334 | 334 | * Array are the options from config. [ [event,..], method, priority, lazy] |
| 335 | 335 | * |
| 336 | - * @return array |
|
| 336 | + * @return \Zend\EventManager\EventManagerInterface |
|
| 337 | 337 | */ |
| 338 | 338 | protected function normalizeListenerOptions($name, $options) |
| 339 | 339 | { |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | * @param string $requestedName |
| 27 | 27 | * @param null|array $options |
| 28 | 28 | * |
| 29 | - * @return object |
|
| 29 | + * @return ApprovalController |
|
| 30 | 30 | * @throws ServiceNotFoundException if unable to resolve the service. |
| 31 | 31 | * @throws ServiceNotCreatedException if an exception is raised when |
| 32 | 32 | * creating a service. |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
| 36 | 36 | { |
| 37 | 37 | $searchForm = $container->get('forms') |
| 38 | - ->get('Jobs/ListFilterAdmin'); |
|
| 38 | + ->get('Jobs/ListFilterAdmin'); |
|
| 39 | 39 | |
| 40 | 40 | /* @var $jobRepository Repository\Job */ |
| 41 | 41 | $jobRepository = $container->get('repositories')->get('Jobs/Job'); |
@@ -31,7 +31,7 @@ |
||
| 31 | 31 | * @param string $requestedName |
| 32 | 32 | * @param null|array $options |
| 33 | 33 | * |
| 34 | - * @return object |
|
| 34 | + * @return AssignUserController |
|
| 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. |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | * @param string $requestedName |
| 28 | 28 | * @param null|array $options |
| 29 | 29 | * |
| 30 | - * @return object |
|
| 30 | + * @return IndexController |
|
| 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. |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | * @param string $requestedName |
| 25 | 25 | * @param null|array $options |
| 26 | 26 | * |
| 27 | - * @return object |
|
| 27 | + * @return ManageController |
|
| 28 | 28 | * @throws ServiceNotFoundException if unable to resolve the service. |
| 29 | 29 | * @throws ServiceNotCreatedException if an exception is raised when |
| 30 | 30 | * creating a service. |
@@ -34,8 +34,8 @@ |
||
| 34 | 34 | { |
| 35 | 35 | $auth = $container->get('AuthenticationService'); |
| 36 | 36 | /* @var RepositoryService $repositoryService */ |
| 37 | - $repositoryService = $container->get('repositories'); |
|
| 38 | - $translator = $container->get('translator'); |
|
| 37 | + $repositoryService = $container->get('repositories'); |
|
| 38 | + $translator = $container->get('translator'); |
|
| 39 | 39 | return new ManageController($auth, $repositoryService, $translator); |
| 40 | 40 | } |
| 41 | 41 | |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | * @param string $requestedName |
| 26 | 26 | * @param null|array $options |
| 27 | 27 | * |
| 28 | - * @return object |
|
| 28 | + * @return InitializeJob |
|
| 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. |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | * @param string $requestedName |
| 27 | 27 | * @param null|array $options |
| 28 | 28 | * |
| 29 | - * @return object |
|
| 29 | + * @return TemplateController |
|
| 30 | 30 | * @throws ServiceNotFoundException if unable to resolve the service. |
| 31 | 31 | * @throws ServiceNotCreatedException if an exception is raised when |
| 32 | 32 | * creating a service. |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | * @param string $requestedName |
| 34 | 34 | * @param null|array $options |
| 35 | 35 | * |
| 36 | - * @return object |
|
| 36 | + * @return OrganizationSelect |
|
| 37 | 37 | * @throws ServiceNotFoundException if unable to resolve the service. |
| 38 | 38 | * @throws ServiceNotCreatedException if an exception is raised when |
| 39 | 39 | * creating a service. |