mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
feat: use numeric type on fields with decimal casts (#1583)
* feat: use `numeric` type on fields with `decimal` casts * docs: update CHANGELOG.md --------- Co-authored-by: Barry vd. Heuvel <[email protected]>
This commit is contained in:
co-authored by
Barry vd. Heuvel
parent
7549f58a30
commit
800e2347a6
@@ -14,7 +14,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
* @property float $cast_to_real
|
||||
* @property float $cast_to_float
|
||||
* @property float $cast_to_double
|
||||
* @property string $cast_to_decimal
|
||||
* @property numeric $cast_to_decimal
|
||||
* @property string $cast_to_string
|
||||
* @property bool $cast_to_bool
|
||||
* @property bool $cast_to_boolean
|
||||
|
||||
Reference in New Issue
Block a user