dolibarr/dev/tools/rector
Laurent Destailleur 61b287f782 Fix phpcs
2023-10-09 10:38:47 +02:00
..
src/Renaming Fix phpcs 2023-10-09 10:38:47 +02:00
composer.json Add Rector (automatic refactoring) 2023-10-08 20:25:46 +02:00
composer.lock Add Rector (automatic refactoring) 2023-10-08 20:25:46 +02:00
readme.md Add Rector (automatic refactoring) 2023-10-08 20:25:46 +02:00
rector.php Add Rector (automatic refactoring) 2023-10-08 20:25:46 +02:00

Refactoring code with rector

Installation

run in this folder

composer install

Usage

To see change before apply
./vendor/bin/rector process --dry-run
To apply change
./vendor/bin/rector process