laravel-ide-helper icon indicating copy to clipboard operation
laravel-ide-helper copied to clipboard

feat: use `numeric` type on fields with `decimal` casts

Open ekisu opened this issue 6 months ago • 0 comments

Summary

This PR changes the type of fields with decimal casts to numeric.

Closes #1582

Type of change

  • [x] New feature (non-breaking change which adds functionality)

Checklist

  • [x] Existing tests have been adapted and/or new tests have been added
  • [x] Add a CHANGELOG.md entry
  • [x] Update the README.md
  • [x] Code style has been fixed via composer fix-style

ekisu avatar Aug 18 '24 01:08 ekisu