From 45a32b290c1f64de4f8504f501f90c3699965d91 Mon Sep 17 00:00:00 2001 From: puresyntax71 <34715246+puresyntax71@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:24:54 +0800 Subject: [PATCH] Minor update. --- .github/workflows/phpcs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index 2b6dd67f..2fbbbbde 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -21,4 +21,4 @@ jobs: key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }} restore-keys: ${{ runner.os }}-composer- - name: Detect coding standard violations - run: phpcs -q --report=checkstyle | cs2pr --graceful-warnings + run: phpcs -q --report=checkstyle | cs2pr