driftingly / rector-laravel

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

Update ruleset default configuration #160

Closed GeniJaho closed 8 months ago

GeniJaho commented 8 months ago

Relates to https://github.com/driftingly/rector-laravel/issues/153.

Redis is not always used as a Laravel Facade, sometimes or most of the time the user just needs \Redis.

This PR also updates the list of imports to be the same as the latest Laravel's default Facade list.