2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/dev/tools/rector
Laurent Destailleur 61b287f782 Fix phpcs
2023-10-09 10:38:47 +02:00
..
2023-10-09 10:38:47 +02:00
2023-10-08 20:25:46 +02:00
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