2
0
forked from Wavyzz/dolibarr

Debug php-cs-fixer

This commit is contained in:
Laurent Destailleur
2023-12-03 20:57:54 +01:00
parent 309b308adc
commit fca403b49b
4 changed files with 12 additions and 2 deletions

1
dev/tools/php-cs-fixer/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/vendor/

View File

@@ -49,7 +49,7 @@ if [ "x$1" = "x" ]; then
fi
(
cd "${MYDIR}/../.." || exit
cd "${MYDIR}/../../.." || exit
CMD=
# If no argument, run check by default
[[ "$1" == "" ]] && CMD=check

View File

@@ -13,6 +13,7 @@ Install rector with composer
composer install
```
#### Usage
##### To make changes (Add --dry-run for test mode only)