mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
1.3 KiB
1.3 KiB
Rector - Reconstruct your Legacy Code to Modern Codebase
This tool will reconstruct (change) your code - run it only in a new clean git branch.
All Reconstructors
Nette
FormCallbackRector
InjectPropertyRector
HtmlAddMethodRector
NetteObjectToSmartTraitRector
RemoveConfiguratorConstantsRector
Symfony
NamedServicesToConstructorNodeTraverser
Abstract to use
AbstractChangeMethodNameRector
Install
composer require rector/rector --dev
Use
vendor/bin/rector reconstruct src
How to Contribute
Just follow 3 rules:
-
1 feature per pull-request
-
New feature needs tests. Coveralls.io checks code coverage under every PR.
-
Tests, coding standard and PHPStan checks must pass
composer all
Often you don't need to fix coding standard manually, just run:
composer fs
We would be happy to merge your feature then.