We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b3dd9 commit 8e72d15Copy full SHA for 8e72d15
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- run: sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
71
72
- - run: ./bin/php-cs-fixer fix --no-interaction --dry-run --diff -v --path-mode=intersection -- ${{ env.GIT_DIFF_FILTERED }}
+ - run: ./bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --no-interaction --dry-run --diff -v --path-mode=intersection -- ${{ env.GIT_DIFF_FILTERED }}
73
if: env.GIT_DIFF_FILTERED
74
75
unit_tests:
0 commit comments