chore: fixes cs

This commit is contained in:
Nuno Maduro
2021-11-27 19:54:21 +00:00
parent e236bf3821
commit 8047ae570d

View File

@ -23,7 +23,7 @@ jobs:
run: composer update --no-interaction --no-progress
- name: Run PHP-CS-Fixer
run: vendor/bin/php-cs-fixer fix -v --allow-risky=yes --dry-run
run: PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix -v --allow-risky=yes --dry-run
phpstan:
runs-on: ubuntu-latest