From 1f85a8b19da5e4c24fc65d8854076e0f735cbdd7 Mon Sep 17 00:00:00 2001 From: Burhan Nasir Date: Thu, 16 Jan 2025 17:27:44 +0500 Subject: [PATCH] Fix error --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 092239c..560a23d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -68,4 +68,4 @@ jobs: run: composer install - name: PHPCS check - run: "./vendor/bin/phpcs . -q --report=checkstyle --warning-severity=6 --runtime-set testVersion ${{ matrix.php }}- | cs2pr + run: "./vendor/bin/phpcs . -q --report=checkstyle --warning-severity=6 --runtime-set testVersion ${{ matrix.php }}- | cs2pr"