forked from Wavyzz/dolibarr
Debug php-cs-fixer
This commit is contained in:
1
dev/tools/php-cs-fixer/.gitignore
vendored
Normal file
1
dev/tools/php-cs-fixer/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/vendor/
|
||||
@@ -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
|
||||
@@ -13,6 +13,7 @@ Install rector with composer
|
||||
composer install
|
||||
```
|
||||
|
||||
|
||||
#### Usage
|
||||
|
||||
##### To make changes (Add --dry-run for test mode only)
|
||||
|
||||
Reference in New Issue
Block a user