Merge remote-tracking branch 'upstream/develop' into completeTabHead

This commit is contained in:
Frédéric FRANCE 2021-05-12 23:32:58 +02:00
commit 65e66ffb4f
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -10,6 +10,11 @@ To run phpcs:
> cd dolibarrgitrepo
> phpcs --standard=dev/setup/codesniffer/ruleset.xml --extensions=php --parallel=8 .
To fix with phpcbf:
> cd dolibarrgitrepo
> phpcbf --standard=dev/setup/codesniffer/ruleset.xml --extensions=php --parallel=8 .
Note with Eclipse: You must setup the PTI plugin of Eclipse into PHPCodeSniffer menu with:
* tab value to 4
* path of code sniffer standard to dev/codesniffer