@@ -54,7 +54,7 @@ |
||
| 54 | 54 | * |
| 55 | 55 | * @param bool $toArray |
| 56 | 56 | * |
| 57 | - * @return array|Collection|mixed |
|
| 57 | + * @return Collection |
|
| 58 | 58 | */ |
| 59 | 59 | public function applyFilter($toArray = true) |
| 60 | 60 | { |
@@ -166,7 +166,7 @@ discard block |
||
| 166 | 166 | /** |
| 167 | 167 | * Extend column displayer. |
| 168 | 168 | * |
| 169 | - * @param $name |
|
| 169 | + * @param string $name |
|
| 170 | 170 | * @param $displayer |
| 171 | 171 | */ |
| 172 | 172 | public static function extend($name, $displayer) |
@@ -200,7 +200,7 @@ discard block |
||
| 200 | 200 | /** |
| 201 | 201 | * Set model for column. |
| 202 | 202 | * |
| 203 | - * @param $model |
|
| 203 | + * @param Model $model |
|
| 204 | 204 | */ |
| 205 | 205 | public function setModel($model) |
| 206 | 206 | { |
@@ -284,7 +284,7 @@ discard block |
||
| 284 | 284 | /** |
| 285 | 285 | * Get name of this column. |
| 286 | 286 | * |
| 287 | - * @return mixed |
|
| 287 | + * @return string |
|
| 288 | 288 | */ |
| 289 | 289 | public function getName() |
| 290 | 290 | { |
@@ -312,7 +312,7 @@ discard block |
||
| 312 | 312 | /** |
| 313 | 313 | * Get label of the column. |
| 314 | 314 | * |
| 315 | - * @return mixed |
|
| 315 | + * @return string |
|
| 316 | 316 | */ |
| 317 | 317 | public function getLabel() |
| 318 | 318 | { |
@@ -399,7 +399,7 @@ discard block |
||
| 399 | 399 | * Display using display abstract. |
| 400 | 400 | * |
| 401 | 401 | * @param string $abstract |
| 402 | - * @param array $arguments |
|
| 402 | + * @param Closure[] $arguments |
|
| 403 | 403 | * |
| 404 | 404 | * @return $this |
| 405 | 405 | */ |