@@ -24,7 +24,7 @@ |
||
24 | 24 | |
25 | 25 | /** |
26 | 26 | * @param ServiceLocatorInterface $serviceLocator |
27 | - * @return mixed|Paginator |
|
27 | + * @return Paginator |
|
28 | 28 | */ |
29 | 29 | public function createService(ServiceLocatorInterface $serviceLocator) |
30 | 30 | { |
@@ -55,7 +55,7 @@ |
||
55 | 55 | /** |
56 | 56 | * Filter query based on given value |
57 | 57 | * |
58 | - * @param mixed $value |
|
58 | + * @param \Zend\Stdlib\Parameters $value |
|
59 | 59 | * @return \SolrQuery |
60 | 60 | */ |
61 | 61 | public function filter($value) |
@@ -74,7 +74,7 @@ |
||
74 | 74 | |
75 | 75 | /** |
76 | 76 | * @param ServiceLocatorInterface $serviceLocator |
77 | - * @return mixed |
|
77 | + * @return JobEventSubscriber |
|
78 | 78 | */ |
79 | 79 | static public function factory(ServiceLocatorInterface $serviceLocator) |
80 | 80 | { |
@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | } |
159 | 159 | |
160 | 160 | /** |
161 | - * @return ArrayCollection |
|
161 | + * @return IdentityWrapper |
|
162 | 162 | */ |
163 | 163 | public function getEducationsIndexedById() |
164 | 164 | { |
@@ -187,7 +187,7 @@ discard block |
||
187 | 187 | } |
188 | 188 | |
189 | 189 | /** |
190 | - * @return ArrayCollection |
|
190 | + * @return IdentityWrapper |
|
191 | 191 | */ |
192 | 192 | public function getEmploymentsIndexedById() |
193 | 193 | { |
@@ -216,7 +216,7 @@ discard block |
||
216 | 216 | } |
217 | 217 | |
218 | 218 | /** |
219 | - * @return ArrayCollection |
|
219 | + * @return IdentityWrapper |
|
220 | 220 | */ |
221 | 221 | public function getSkillsIndexedById() |
222 | 222 | { |
@@ -294,7 +294,7 @@ discard block |
||
294 | 294 | } |
295 | 295 | |
296 | 296 | /** |
297 | - * @return ArrayCollection |
|
297 | + * @return IdentityWrapper |
|
298 | 298 | */ |
299 | 299 | public function getLanguageSkillsIndexedById() |
300 | 300 | { |
@@ -336,7 +336,7 @@ discard block |
||
336 | 336 | } |
337 | 337 | |
338 | 338 | /** |
339 | - * @param Status|string $status |
|
339 | + * @param string $status |
|
340 | 340 | */ |
341 | 341 | public function setStatus($status) |
342 | 342 | { |