mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Use Easy-Coding-Standard for Coding Style check and fix.
This commit is contained in:
parent
8921326b74
commit
700c049d26
6 changed files with 946 additions and 1 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -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 ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue