We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a11553 commit b312d9fCopy full SHA for b312d9f
.github/workflows/php.yml
@@ -44,7 +44,7 @@ jobs:
44
- run: composer install
45
46
- name: Run PHP-CS-Fixer
47
- run: ./vendor/bin/php-cs-fixer
+ run: ./vendor/bin/php-cs-fixer fix --dry-run --diff --using-cache=no
48
49
phpstan:
50
name: PHPStan
0 commit comments