Skip to content

Commit 3dee862

Browse files
committed
Fix annoying PHP-CS-Fixer error
1 parent 9823750 commit 3dee862

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
- name: Check code style
5959
run: vendor/bin/php-cs-fixer fix --dry-run
6060
if: ${{ matrix.dependencies == 'stable' && !matrix.experimental }}
61+
env:
62+
PHP_CS_FIXER_IGNORE_ENV: 1
6163

6264
- name: Run PHPStan static analysis
6365
run: vendor/bin/phpstan

0 commit comments

Comments
 (0)