We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e2b7d commit 136e8a9Copy full SHA for 136e8a9
.github/workflows/linting.yml
@@ -31,7 +31,7 @@ jobs:
31
run: 'composer install --prefer-dist --no-ansi --no-interaction --no-progress --optimize-autoloader'
32
33
- name: Run PHP CS Fixer
34
- run: './vendor/bin/php-cs-fixer check'
+ run: 'PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer check'
35
36
phpstan:
37
name: PHPStan
0 commit comments