driftingly / rector-laravel

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

Update code style #156

Closed driftingly closed 8 months ago

driftingly commented 8 months ago

This PR updates the code style to use Duster. Under the hood Duster relies on Laravel Pint for most of the rules.

Other updates:

driftingly commented 8 months ago

@GeniJaho You don't have to review this whole PR. Most of it is just updates to styles and some actions. Switch over to use Duster which is a tool I maintain for code style. It's similar to Easy Coding Standard but adds Pint and TLint. Do you have any thoughts this move?