From 4b2501c8971f19acc1136e05e5335713caef4fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Sat, 23 Dec 2023 13:21:59 +0100 Subject: [PATCH] chore: squizlabs/php_codesniffer 3.8.0 (#18) --- .github/workflows/coding-standards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 52cc8ac..6775731 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -20,7 +20,7 @@ jobs: tools: composer:v2, cs2pr - name: Install dependencies - run: composer require phpcsstandards/php_codesniffer --no-interaction --no-progress + run: composer require squizlabs/php_codesniffer --no-interaction --no-progress - name: "Run phpcs" run: vendor/bin/phpcs -q --standard=PSR2 classes/ tests/ --report=checkstyle | cs2pr