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 25395ea commit a572b0cCopy full SHA for a572b0c
.github/workflows/lint.yml
@@ -48,11 +48,11 @@ jobs:
48
49
- name: PHP-CS-Fixer
50
if: always() && steps.install.outcome == 'success'
51
- run: vendor/bin/php-cs-fixer fix --diff --dry-run --ansi
+ run: vendor/bin/php-cs-fixer fix --diff --dry-run
52
53
- name: PHPStan
54
55
- run: vendor/bin/phpstan analyse
+ run: vendor/bin/phpstan analyse --ansi
56
57
- name: Rector
58
0 commit comments