From 888457dbc665884985f70ae44d764d022f77829a Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Sat, 3 May 2025 07:36:48 -0700 Subject: [PATCH] Added PHP_CS_FIXER_IGNORE_ENV to PHP Coding Standards step --- .github/workflows/ci-suite.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-suite.yaml b/.github/workflows/ci-suite.yaml index 1c30b72..ca34e13 100644 --- a/.github/workflows/ci-suite.yaml +++ b/.github/workflows/ci-suite.yaml @@ -62,6 +62,8 @@ jobs: run: composer install --no-interaction --no-progress --no-scripts --prefer-dist - name: Verify Coding Standards + env: + PHP_CS_FIXER_IGNORE_ENV: true run: app/vendor/bin/php-cs-fixer fix --diff --dry-run static-analysis: