Tomas Votruba b604e1676c
[Privatization] Add ReplaceStringWithClassConstantRector (#5156)
* [Privatization] Add ReplaceStringWithClassConstantRector

* README: add to scoped
2021-01-12 13:41:47 +00:00
..

Prefixed Rector

Build Status Github Actions Downloads

Do you have conflicts on Rector install? You're in the right place.

Prefixed Rector can be installed even on very old Symfony.

Install

composer require rector/rector-prefixed --dev
# generate "rector.php" config
vendor/bin/rector init

# dry run
vendor/bin/rector process src --dry-run

# changing run
vendor/bin/rector process src