Fixes for php-cs-fixer

This commit is contained in:
David Bomba 2021-11-28 18:07:53 +11:00
parent ed28a764ff
commit d91d79c1e3

View File

@ -107,7 +107,7 @@ jobs:
env:
DB_PORT: ${{ job.services.mysql.ports[3306] }}
PHP_CS_FIXER_IGNORE_ENV: true
- name: Run php-cs-fixer
run: |
vendor/bin/php-cs-fixer fix
PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix