driftingly / rector-laravel

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

Adds the ArrayAccess to Method Call set #218

Closed peterfox closed 1 month ago

peterfox commented 2 months ago

Changes

Why

In a few code bases things like $app['config'] is used but it's not great for type hinting. Instead this set will convert uses of ArrayAccess for the Application class and the Config Repository class. There's likely others but these two are the most common ones I can think of.