From 3dee862326d999b0517da4dd83b169e08f5ddf0a Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Fri, 20 Dec 2024 16:42:03 +0100 Subject: [PATCH] Fix annoying PHP-CS-Fixer error --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5cda121..9b7b611 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,6 +58,8 @@ jobs: - name: Check code style run: vendor/bin/php-cs-fixer fix --dry-run if: ${{ matrix.dependencies == 'stable' && !matrix.experimental }} + env: + PHP_CS_FIXER_IGNORE_ENV: 1 - name: Run PHPStan static analysis run: vendor/bin/phpstan