We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0b91e commit 8da48c5Copy full SHA for 8da48c5
.github/workflows/phpstan-phpcsfixer.yml
@@ -18,4 +18,4 @@ jobs:
18
tools: composer
19
- run: composer install --dev
20
- run: ./vendor/bin/phpstan analyse -c phpstan.neon
21
- - run: ./vendor/bin/php-cs-fixer
+ - run: ./vendor/bin/php-cs-fixer check
0 commit comments