driftingly / rector-laravel

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

Drop renaming collection `every` to `nth` #188

Closed driftingly closed 4 months ago

driftingly commented 4 months ago

This PR drops renaming every to nth for collections. This rule is only valid when upgrading from 5.3 to 5.4 but continues to run for all sets.

Fixes #186