driftingly / rector-laravel

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

Refactor to stop using AbstractScopeAwareRector #195

Closed peterfox closed 7 months ago

peterfox commented 7 months ago

Changes

Replace the use of AbstractScopeAwareRector for just AbstractRector.

Why

A small clean up from two previous rules I wrote that didn't require extending AbstractScopeAwareRector.