Skip to content

Commit 5610b36

Browse files
chore: squizlabs/php_codesniffer 3.8.0 (#66)
1 parent 3dabfd4 commit 5610b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coding-standards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
tools: composer:v2, cs2pr
2121

2222
- name: Install dependencies
23-
run: composer require phpcsstandards/php_codesniffer --no-interaction --no-progress
23+
run: composer require squizlabs/php_codesniffer --no-interaction --no-progress
2424

2525
- name: "Run phpcs"
2626
run: vendor/bin/phpcs -q --standard=PSR2 classes/ tests/ --report=checkstyle | cs2pr

0 commit comments

Comments
 (0)