@@ -30,7 +30,7 @@ |
||
| 30 | 30 | * @param string $requestedName |
| 31 | 31 | * @param null|array $options |
| 32 | 32 | * |
| 33 | - * @return object |
|
| 33 | + * @return MultipostingSelect |
|
| 34 | 34 | * @throws ServiceNotFoundException if unable to resolve the service. |
| 35 | 35 | * @throws ServiceNotCreatedException if an exception is raised when |
| 36 | 36 | * creating a service. |
@@ -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. |
@@ -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) |
@@ -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 | */ |
@@ -154,7 +154,7 @@ discard block |
||
| 154 | 154 | /** |
| 155 | 155 | * Gets the unique key of a channel |
| 156 | 156 | * |
| 157 | - * @return string |
|
| 157 | + * @return integer |
|
| 158 | 158 | */ |
| 159 | 159 | public function getKey() |
| 160 | 160 | { |
@@ -176,7 +176,7 @@ discard block |
||
| 176 | 176 | /** |
| 177 | 177 | * Gets the unique key of a channel |
| 178 | 178 | * |
| 179 | - * @return string |
|
| 179 | + * @return integer |
|
| 180 | 180 | */ |
| 181 | 181 | public function getExternalkey() |
| 182 | 182 | { |
@@ -259,7 +259,7 @@ discard block |
||
| 259 | 259 | /** |
| 260 | 260 | * Gets the tax for a price |
| 261 | 261 | * |
| 262 | - * @return string |
|
| 262 | + * @return integer |
|
| 263 | 263 | */ |
| 264 | 264 | public function getTax() |
| 265 | 265 | { |
@@ -352,7 +352,7 @@ discard block |
||
| 352 | 352 | /** |
| 353 | 353 | * Gets the headline of the channel |
| 354 | 354 | * |
| 355 | - * @return mixed |
|
| 355 | + * @return string |
|
| 356 | 356 | */ |
| 357 | 357 | public function getHeadLine() |
| 358 | 358 | { |
@@ -390,7 +390,7 @@ discard block |
||
| 390 | 390 | } |
| 391 | 391 | |
| 392 | 392 | /** |
| 393 | - * @return mixed |
|
| 393 | + * @return string |
|
| 394 | 394 | */ |
| 395 | 395 | public function getLinkText() |
| 396 | 396 | { |
@@ -408,7 +408,7 @@ discard block |
||
| 408 | 408 | } |
| 409 | 409 | |
| 410 | 410 | /** |
| 411 | - * @return mixed |
|
| 411 | + * @return string |
|
| 412 | 412 | */ |
| 413 | 413 | public function getRoute() |
| 414 | 414 | { |
@@ -250,6 +250,9 @@ |
||
| 250 | 250 | return $container; |
| 251 | 251 | } |
| 252 | 252 | |
| 253 | + /** |
|
| 254 | + * @param string $script |
|
| 255 | + */ |
|
| 253 | 256 | protected function getErrorViewModel($script) |
| 254 | 257 | { |
| 255 | 258 | $this->getResponse()->setStatusCode(Response::STATUS_CODE_500); |
@@ -169,6 +169,9 @@ |
||
| 169 | 169 | return new ViewModel($result); |
| 170 | 170 | } |
| 171 | 171 | |
| 172 | + /** |
|
| 173 | + * @param Organization $organization |
|
| 174 | + */ |
|
| 172 | 175 | private function disabledProfileViewModel($organization) |
| 173 | 176 | { |
| 174 | 177 | $model = new ViewModel([ |
@@ -32,7 +32,6 @@ |
||
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | /** |
| 35 | - * @param mixed $value$organizationImageEntity |
|
| 36 | 35 | * |
| 37 | 36 | * @return mixed |
| 38 | 37 | */ |
@@ -150,7 +150,7 @@ |
||
| 150 | 150 | * $this->proxy($method[, $arg1[, $arg2[, ...]]]); |
| 151 | 151 | * </pre> |
| 152 | 152 | * |
| 153 | - * @param $method |
|
| 153 | + * @param string $method |
|
| 154 | 154 | * |
| 155 | 155 | * @return self|mixed |
| 156 | 156 | */ |