We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aaaf5b2 + c22d5bb commit 7949b7dCopy full SHA for 7949b7d
.github/workflows/coding-standards.yml
@@ -54,5 +54,5 @@ jobs:
54
# https://github.com/doctrine/.github/issues/3
55
- name: "Run PHP_CodeSniffer"
56
run: |
57
- vendor/bin/phpcs -q --report=diff || true
+ vendor/bin/phpcs -q --report-emacs --report-diff || true
58
vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr
0 commit comments