We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e073ea4 commit 221a0ddCopy full SHA for 221a0dd
.github/workflows/tests.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Run PHP CS Fixer
49
if: ${{ matrix.php != 8.0 }}
50
- run: vendor/bin/php-cs-fixer fix --config=.php_cs.dist --allow-risky=yes --dry-run --diff --verbose
+ run: vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --allow-risky=yes --dry-run --diff --verbose
51
52
- name: Execute tests
53
run: vendor/bin/phpunit --verbose
0 commit comments