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 d75496e commit ec9f90eCopy full SHA for ec9f90e
.github/workflows/lint.yml
@@ -28,4 +28,4 @@ jobs:
28
29
- name: Run PHP-CS-Fixer
30
# Using cs2pr settings, see: https://github.com/shivammathur/setup-php#tools-with-checkstyle-support
31
- run: 'php-cs-fixer fix --dry-run --format checkstyle | cs2pr'
+ run: 'php-cs-fixer fix --dry-run --diff'
0 commit comments