Skip to content

Commit

Permalink
chore: squizlabs/php_codesniffer 3.8.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra authored Dec 23, 2023
1 parent 43928a7 commit 4b2501c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4b2501c

Please sign in to comment.