Enable fixer to auto-fix code style issues

This commit is contained in:
Jean Traullé 2019-08-26 21:33:46 +02:00 committed by GitHub
parent 7d8f86c614
commit c08c3b5c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,3 +5,6 @@ linters:
extensions: 'php'
tab_width: 4
fixer: true
fixers:
enable: true