We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab7b28 commit 8a267a1Copy full SHA for 8a267a1
.github/workflows/symfony.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Run PHPStan (Static Analysis)
49
run: vendor/bin/phpstan analyse --memory-limit=2G
50
- name: Run php-cs-fixer
51
- run: vendor/bin/php-cs-fixer check
+ run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer check
52
- name: Run Security Checker
53
run: vendor/bin/security-checker security:check
54
- name: Run PHPUnit Tests
0 commit comments