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 4ae8e99 commit a7bc22bCopy full SHA for a7bc22b
.github/workflows/code-style.yml
@@ -31,4 +31,4 @@ jobs:
31
composer-options: --ansi --prefer-dist
32
33
- name: Check code style
34
- run: vendor/bin/php-cs-fixer fix --ansi --diff --dry-run --format=checkstyle | cs2pr # check whether there are still errors left
+ run: vendor/bin/ecs --ansi
0 commit comments