Provides a Rector config for stickee projects.
composer require --dev stickee/rector-config
cp vendor/stickee/rector-config/dist/rector.php rector.phpYou must commit the rector.php config file.
vendor/bin/rector process # refactors code
vendor/bin/rector process --dry-run # shows you what it would do