Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHPStan: check whereBetween #78

Open
pionl opened this issue Dec 19, 2023 · 0 comments
Open

PHPStan: check whereBetween #78

pionl opened this issue Dec 19, 2023 · 0 comments

Comments

@pionl
Copy link
Contributor

pionl commented Dec 19, 2023

When using where between with a datetime column there can be a bug. We should try to detect it.

  • If we are using Model::CREATED_AT / Model::UPDATED_AT / MODEL::DELETED_AT
  • If we are using Model::AtttributeX we could check the $casts?
  • if we are using a string 'created_at', 'deleted_at', 'updated_at', maybe '%_at' ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant