From 35da84d4693592c5a4947e9bd6a600940dbbe35e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Sat, 23 Dec 2023 13:23:04 +0100 Subject: [PATCH] chore: squizlabs/php_codesniffer 3.8.0 (#9) --- .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