@@ -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) |
@@ -59,7 +59,7 @@ |
||
| 59 | 59 | * @param array $images |
| 60 | 60 | * @param PermissionsInterface $permissions |
| 61 | 61 | * |
| 62 | - * @return mixed |
|
| 62 | + * @return ImageSet |
|
| 63 | 63 | */ |
| 64 | 64 | public function setImages(array $images, PermissionsInterface $permissions = null); |
| 65 | 65 | |
@@ -46,7 +46,6 @@ |
||
| 46 | 46 | * Converts the given value so that it can be hydrated by the hydrator. |
| 47 | 47 | * |
| 48 | 48 | * @param mixed $value The original value. |
| 49 | - * @param array $data (optional) The original data for context. |
|
| 50 | 49 | * |
| 51 | 50 | * @return mixed Returns the value that should be hydrated. |
| 52 | 51 | */ |
@@ -103,7 +103,7 @@ |
||
| 103 | 103 | } |
| 104 | 104 | |
| 105 | 105 | /** |
| 106 | - * @return mixed |
|
| 106 | + * @return string |
|
| 107 | 107 | */ |
| 108 | 108 | protected function getJobTitle() |
| 109 | 109 | { |
@@ -69,6 +69,9 @@ |
||
| 69 | 69 | return $this; |
| 70 | 70 | } |
| 71 | 71 | |
| 72 | + /** |
|
| 73 | + * @param string $network |
|
| 74 | + */ |
|
| 72 | 75 | public function getAdapter($network) |
| 73 | 76 | { |
| 74 | 77 | if (isset($this->adapters[$network])) { |