Use Easy-Coding-Standard for Coding Style check and fix.

This commit is contained in:
Jan Böhmer 2020-01-05 14:29:19 +01:00
parent 8921326b74
commit 700c049d26
6 changed files with 946 additions and 1 deletions

10
.gitignore vendored
View file

@ -36,3 +36,13 @@ yarn-error.log
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
###> squizlabs/php_codesniffer ###
/.phpcs-cache
/phpcs.xml
###< squizlabs/php_codesniffer ###
###> friendsofphp/php-cs-fixer ###
/.php_cs
/.php_cs.cache
###< friendsofphp/php-cs-fixer ###