@@ -22,7 +22,7 @@ |
||
| 22 | 22 | * Creates an instance of MailForgotPassword |
| 23 | 23 | * |
| 24 | 24 | * @param ServiceLocatorInterface $serviceLocator |
| 25 | - * @return \Auth\View\Helper\Auth |
|
| 25 | + * @return MailForgotPassword |
|
| 26 | 26 | * @see \Zend\ServiceManager\FactoryInterface::createService() |
| 27 | 27 | */ |
| 28 | 28 | public function createService(ServiceLocatorInterface $serviceLocator) |
@@ -55,7 +55,7 @@ |
||
| 55 | 55 | * @param Params $params |
| 56 | 56 | * @param bool $allowDraft |
| 57 | 57 | * |
| 58 | - * @return object|\Organizations\Entity\Organization |
|
| 58 | + * @return \Organizations\Entity\OrganizationInterface |
|
| 59 | 59 | * @throws UnauthorizedAccessException |
| 60 | 60 | * @throws \Doctrine\ODM\MongoDB\LockException |
| 61 | 61 | */ |