We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37ba40 commit 4cc40a7Copy full SHA for 4cc40a7
.github/workflows/static-analysis.yml
@@ -17,5 +17,5 @@ jobs:
17
coverage: none
18
19
- run: composer install --no-progress --prefer-dist
20
- - run: composer phpstan -- --no-progress
+ - run: composer stan -- --no-progress
21
continue-on-error: true # is only informative
composer.json
@@ -53,7 +53,7 @@
53
"sort-packages": true
54
},
55
"scripts": {
56
- "phpstan": "vendor/bin/phpstan analyse",
+ "stan": "vendor/bin/phpstan analyse",
57
"tests": "vendor/bin/tester -s --colors 1 -s -C tests/src",
58
"coverage": "vendor/bin/tester --coverage coverage.html --coverage-src src/ -s --colors 1 -s -C tests/src"
59
}
0 commit comments