@@ -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. |
@@ -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 | */ |
@@ -22,6 +22,7 @@ |
||
| 22 | 22 | /** |
| 23 | 23 | * @param AttachableEntityManager $attachableEntityManager |
| 24 | 24 | * @throws \LogicException If attachable entity manager is already set |
| 25 | + * @return AttachableEntityTrait |
|
| 25 | 26 | */ |
| 26 | 27 | public function setAttachableEntityManager(AttachableEntityManager $attachableEntityManager); |
| 27 | 28 | |
@@ -102,7 +102,7 @@ |
||
| 102 | 102 | * </pre> |
| 103 | 103 | * |
| 104 | 104 | * @param string $subject |
| 105 | - * @param bool|mixed $translate |
|
| 105 | + * @param string $translate |
|
| 106 | 106 | * |
| 107 | 107 | * @since 0.19 |
| 108 | 108 | * @since 0.29 Add sprintf support for translation |
@@ -176,7 +176,7 @@ |
||
| 176 | 176 | * |
| 177 | 177 | * @param string $fullName |
| 178 | 178 | * |
| 179 | - * @return array|bool |
|
| 179 | + * @return string |
|
| 180 | 180 | */ |
| 181 | 181 | protected function getOptionsConfig($fullName) |
| 182 | 182 | { |
@@ -240,7 +240,7 @@ discard block |
||
| 240 | 240 | /** |
| 241 | 241 | * Gets all comments for the application. |
| 242 | 242 | * |
| 243 | - * @return ArrayCollection; |
|
| 243 | + * @return Collection |
|
| 244 | 244 | |
| 245 | 245 | */ |
| 246 | 246 | public function getComments(); |
@@ -271,7 +271,7 @@ discard block |
||
| 271 | 271 | /** |
| 272 | 272 | * Gets all attributes for an application. |
| 273 | 273 | * |
| 274 | - * @return ArrayCollection; |
|
| 274 | + * @return Attributes |
|
| 275 | 275 | |
| 276 | 276 | */ |
| 277 | 277 | public function getAttributes(); |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | * returns the number of years of the education or work experience |
| 19 | 19 | * |
| 20 | 20 | * @param array $array |
| 21 | - * @return string |
|
| 21 | + * @return double |
|
| 22 | 22 | */ |
| 23 | 23 | public function __invoke($array) |
| 24 | 24 | { |
@@ -165,7 +165,6 @@ discard block |
||
| 165 | 165 | * |
| 166 | 166 | * parameter are arbitrary elements for defaults or programming flow |
| 167 | 167 | * |
| 168 | - * @param array $parameter |
|
| 169 | 168 | * @return null|ViewModel |
| 170 | 169 | * @throws \RuntimeException |
| 171 | 170 | */ |
@@ -388,7 +387,7 @@ discard block |
||
| 388 | 387 | |
| 389 | 388 | /** |
| 390 | 389 | * @param $job \Jobs\Entity\Job |
| 391 | - * @return mixed |
|
| 390 | + * @return \Jobs\Form\Job |
|
| 392 | 391 | */ |
| 393 | 392 | protected function getFormular($job) |
| 394 | 393 | { |
@@ -411,7 +410,7 @@ discard block |
||
| 411 | 410 | } |
| 412 | 411 | |
| 413 | 412 | /** |
| 414 | - * @param $form |
|
| 413 | + * @param \Jobs\Form\Job $form |
|
| 415 | 414 | * @param array $params |
| 416 | 415 | * @return ViewModel |
| 417 | 416 | */ |
@@ -604,7 +603,7 @@ discard block |
||
| 604 | 603 | } |
| 605 | 604 | |
| 606 | 605 | /** |
| 607 | - * @param $script |
|
| 606 | + * @param string $script |
|
| 608 | 607 | * @param array $parameter |
| 609 | 608 | * @return ViewModel |
| 610 | 609 | */ |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | * |
| 66 | 66 | * @param MvcEvent $event |
| 67 | 67 | * |
| 68 | - * @return null|\Zend\Http\PhpEnvironment\Response |
|
| 68 | + * @return null|\Zend\Stdlib\ResponseInterface |
|
| 69 | 69 | * @throws \UnexpectedValueException |
| 70 | 70 | */ |
| 71 | 71 | public function onRoute(MvcEvent $event) |