@@ -404,7 +404,7 @@ |
||
404 | 404 | /** |
405 | 405 | * {@inheritDoc} |
406 | 406 | * @see \Applications\Entity\ApplicationInterface::getSummary() |
407 | - * @return Application |
|
407 | + * @return string |
|
408 | 408 | */ |
409 | 409 | public function getSummary() |
410 | 410 | { |
@@ -121,7 +121,7 @@ discard block |
||
121 | 121 | /** |
122 | 122 | * Gets the the maximum number of allowed attachments |
123 | 123 | * |
124 | - * @return string |
|
124 | + * @return integer |
|
125 | 125 | */ |
126 | 126 | public function getAttachmentsCount() |
127 | 127 | { |
@@ -142,7 +142,7 @@ discard block |
||
142 | 142 | /** |
143 | 143 | * Gets the the maximum size of contact images in bytes |
144 | 144 | * |
145 | - * @return string |
|
145 | + * @return integer |
|
146 | 146 | */ |
147 | 147 | public function getContactImageMaxSize() |
148 | 148 | { |
@@ -35,8 +35,8 @@ |
||
35 | 35 | /** |
36 | 36 | * Updates fiile permissions on Flush |
37 | 37 | * |
38 | - * @param OnFlushEventArgs $eventArgs |
|
39 | - * @return boolean |
|
38 | + * @param LifecycleEventArgs $eventArgs |
|
39 | + * @return boolean|null |
|
40 | 40 | */ |
41 | 41 | public function postRemoveEntity(LifecycleEventArgs $eventArgs) |
42 | 42 | { |
@@ -35,7 +35,7 @@ |
||
35 | 35 | * Updates fiile permissions on Flush |
36 | 36 | * |
37 | 37 | * @param OnFlushEventArgs $eventArgs |
38 | - * @return boolean |
|
38 | + * @return boolean|null |
|
39 | 39 | */ |
40 | 40 | public function onFlush(OnFlushEventArgs $eventArgs) |
41 | 41 | { |
@@ -25,7 +25,7 @@ |
||
25 | 25 | * |
26 | 26 | * @see \Zend\ServiceManager\FactoryInterface::createService() |
27 | 27 | * @param ServiceLocatorInterface $serviceLocator |
28 | - * @return \Applications\Repository\Filter\PaginationQuery|mixed |
|
28 | + * @return PaginationQuery |
|
29 | 29 | */ |
30 | 30 | public function createService(ServiceLocatorInterface $serviceLocator) |
31 | 31 | { |
@@ -21,7 +21,7 @@ |
||
21 | 21 | * - injects the UserRepository fetched from the service manager. |
22 | 22 | * |
23 | 23 | * @param ServiceLocatorInterface $serviceLocator |
24 | - * @return \Auth\Adapter\ExternalApplication |
|
24 | + * @return \Zend\Permissions\Acl\AclInterface |
|
25 | 25 | * @see \Zend\ServiceManager\FactoryInterface::createService() |
26 | 26 | */ |
27 | 27 | public function createService(ServiceLocatorInterface $serviceLocator) |
@@ -22,8 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * - Injects the AuthenticationService |
24 | 24 | * |
25 | - * @param ServiceLocatorInterface $helpers |
|
26 | - * @return \Auth\View\Helper\Auth |
|
25 | + * @return CheckPermissionsListener |
|
27 | 26 | * @see \Zend\ServiceManager\FactoryInterface::createService() |
28 | 27 | */ |
29 | 28 | public function createService(ServiceLocatorInterface $serviceLocator) |
@@ -26,7 +26,7 @@ |
||
26 | 26 | * - injects the UserMapper fetched from the service manager. |
27 | 27 | * |
28 | 28 | * @param ServiceLocatorInterface $serviceLocator |
29 | - * @return \Auth\Adapter\HybridAuth |
|
29 | + * @return AuthenticationService |
|
30 | 30 | * @see \Zend\ServiceManager\FactoryInterface::createService() |
31 | 31 | */ |
32 | 32 | public function createService(ServiceLocatorInterface $serviceLocator) |
@@ -25,7 +25,7 @@ |
||
25 | 25 | * |
26 | 26 | * @param ServiceLocatorInterface $serviceLocator |
27 | 27 | * |
28 | - * @return ForgotPassword |
|
28 | + * @return GotoResetPassword |
|
29 | 29 | */ |
30 | 30 | public function createService(ServiceLocatorInterface $serviceLocator) |
31 | 31 | { |