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 d3d9723 commit 0cc31bbCopy full SHA for 0cc31bb
.github/workflows/build.yml
@@ -43,8 +43,8 @@ jobs:
43
run: composer install --prefer-dist
44
45
- name: Coding Standard Checks
46
- if: ${{ matrix.php-versions == '8.4' }}
47
- run: PHP_CS_FIXER_IGNORE_ENV=1 ./bin/php-cs-fixer fix --dry-run -v
+ if: ${{ matrix.php-versions == '7.4' }}
+ run: PHP_CS_FIXER_IGNORE_ENV=1 ./bin/php-cs-fixer fix --dry-run --diff
48
49
- name: Static Analysis
50
if: ${{ matrix.php-versions == '7.4' }}
0 commit comments