driftingly / rector-laravel

Rector upgrades rules for Laravel
http://getrector.org
MIT License
554 stars 53 forks source link

New `now()->startOfDay()` to `today()` rule #114

Closed peterfox closed 1 year ago

peterfox commented 1 year ago

Changes

Why

The today() helper exists in Laravel, providing the date today but set at the start of the day. It makes sense, where possible, to remove the use of now() for today() when this is the case.