@@ -38,7 +38,7 @@ |
||
38 | 38 | /** |
39 | 39 | * CrudEntry constructor. |
40 | 40 | * |
41 | - * @param Model|Crudable $model |
|
41 | + * @param Model $model |
|
42 | 42 | * @throws \InvalidArgumentException |
43 | 43 | */ |
44 | 44 | public function __construct(Model $model) |
@@ -311,7 +311,7 @@ |
||
311 | 311 | * Get the field value. |
312 | 312 | * |
313 | 313 | * @param void |
314 | - * @return mixed |
|
314 | + * @return string |
|
315 | 315 | */ |
316 | 316 | public function getValue() |
317 | 317 | { |