@@ -218,7 +218,7 @@ discard block |
||
218 | 218 | /** |
219 | 219 | * Set model for column. |
220 | 220 | * |
221 | - * @param $model |
|
221 | + * @param Model $model |
|
222 | 222 | */ |
223 | 223 | public function setModel($model) |
224 | 224 | { |
@@ -347,7 +347,7 @@ discard block |
||
347 | 347 | /** |
348 | 348 | * Get name of this column. |
349 | 349 | * |
350 | - * @return mixed |
|
350 | + * @return string |
|
351 | 351 | */ |
352 | 352 | public function getName() |
353 | 353 | { |
@@ -385,7 +385,7 @@ discard block |
||
385 | 385 | /** |
386 | 386 | * Get label of the column. |
387 | 387 | * |
388 | - * @return mixed |
|
388 | + * @return string |
|
389 | 389 | */ |
390 | 390 | public function getLabel() |
391 | 391 | { |
@@ -486,7 +486,7 @@ discard block |
||
486 | 486 | * Display using display abstract. |
487 | 487 | * |
488 | 488 | * @param string $abstract |
489 | - * @param array $arguments |
|
489 | + * @param Closure[] $arguments |
|
490 | 490 | * |
491 | 491 | * @return $this |
492 | 492 | */ |