Contributed a new rule to rector-laravel today π
The rule converts Laravel date comparison queries into the newer shorthand methods like:
wherePast()
whereFuture()
whereToday()
whereTodayOrAfter()
Love contributing to Laravel tooling and OSS. π
github.com/driftingly/rector-laravel/pull/502
Back