We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8c595 commit 4db4cbfCopy full SHA for 4db4cbf
.github/workflows/ci.yml
@@ -59,13 +59,13 @@ jobs:
59
php-version: '8.1'
60
extensions: mbstring, json, fileinfo
61
coverage: none
62
- tools: pecl
+ tools: pecl, cs2pr
63
64
- name: Composer install
65
run: composer install
66
67
- name: Run phpcs
68
- run: vendor/bin/phpcs --version && vendor/bin/phpcs --report=checkstyle
+ run: vendor/bin/phpcs --version && vendor/bin/phpcs --report=checkstyle | cs2pr
69
70
- name: Run phpstan
71
run: vendor/bin/phpstan -V && vendor/bin/phpstan analyze --error-format=github
0 commit comments