@@ -14,6 +14,9 @@ |
||
14 | 14 | |
15 | 15 | class OrganizationName extends AbstractRepository |
16 | 16 | { |
17 | + /** |
|
18 | + * @param string $name |
|
19 | + */ |
|
17 | 20 | public function findbyName($name, $create = true) |
18 | 21 | { |
19 | 22 | $entity = $this->findOneBy(array('name' => $name)); |
@@ -111,7 +111,7 @@ |
||
111 | 111 | |
112 | 112 | /** |
113 | 113 | * @param mixed $value |
114 | - * @return mixed|ViewModel |
|
114 | + * @return ViewModel |
|
115 | 115 | * @throws \InvalidArgumentException |
116 | 116 | */ |
117 | 117 | public function filter($value) |
@@ -37,7 +37,7 @@ |
||
37 | 37 | /** |
38 | 38 | * Sets the label of the qualifications form field |
39 | 39 | * |
40 | - * @param string $labelQualification |
|
40 | + * @param string $labelQualifications |
|
41 | 41 | * |
42 | 42 | * @return self |
43 | 43 | */ |
@@ -503,7 +503,7 @@ discard block |
||
503 | 503 | } |
504 | 504 | /** |
505 | 505 | * Gets the number of unread applications |
506 | - * @return Collection |
|
506 | + * @return integer |
|
507 | 507 | */ |
508 | 508 | public function getUnreadApplications() |
509 | 509 | { |
@@ -917,7 +917,7 @@ discard block |
||
917 | 917 | } |
918 | 918 | |
919 | 919 | /** |
920 | - * @return Job |
|
920 | + * @return JobSnapshot |
|
921 | 921 | */ |
922 | 922 | public function makeSnapshot() |
923 | 923 | { |
@@ -54,7 +54,7 @@ |
||
54 | 54 | * @param $auth AuthenticationService |
55 | 55 | * @param $logger LoggerInterface |
56 | 56 | * @param $forms |
57 | - * @param $options ModuleOptions |
|
57 | + * @param ModuleOptions $options ModuleOptions |
|
58 | 58 | */ |
59 | 59 | public function __construct(AuthenticationService $auth, LoggerInterface $logger,array $forms, $options) |
60 | 60 | { |
@@ -70,7 +70,7 @@ |
||
70 | 70 | } |
71 | 71 | |
72 | 72 | /** |
73 | - * @return bool |
|
73 | + * @return string |
|
74 | 74 | */ |
75 | 75 | public function getMode() |
76 | 76 | { |
@@ -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 | */ |
@@ -17,7 +17,7 @@ |
||
17 | 17 | /** |
18 | 18 | * @param string $par Query Parameter |
19 | 19 | * @param string $geoCoderUrl Url of the geo location service |
20 | - * @param string $land language |
|
20 | + * @param string $lang language |
|
21 | 21 | * |
22 | 22 | * @return array|mixed|string |
23 | 23 | */ |