@@ -218,7 +218,7 @@ discard block |
||
| 218 | 218 | /** |
| 219 | 219 | * Set model for column. |
| 220 | 220 | * |
| 221 | - * @param $model |
|
| 221 | + * @param BaseModel $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 | { |