stickee/rector-config

v4.0.1 2025-02-04 14:57 UTC

README

Provides a Rector config for stickee projects.

Installation

composer require --dev stickee/rector-config
cp vendor/stickee/rector-config/dist/rector.php rector.php

You must commit the rector.php config file.

Usage

vendor/bin/rector process           # refactors code
vendor/bin/rector process --dry-run # shows you what it would do