We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f88b2 commit 4afa42dCopy full SHA for 4afa42d
3 files changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
run: composer install --prefer-dist --no-progress --no-interaction --ignore-platform-req=ext-opentelemetry
47
48
- name: PHPStan
49
- run: composer check
+ run: composer analyze
50
51
unit:
52
name: Tests / Unit
.github/workflows/codeql-analysis.yml
composer.json
@@ -24,7 +24,7 @@
24
"scripts": {
25
"format": "vendor/bin/pint",
26
"format:check": "vendor/bin/pint --test",
27
- "check": "vendor/bin/phpstan analyse -c phpstan.neon --memory-limit 512M",
+ "analyze": "vendor/bin/phpstan analyse -c phpstan.neon --memory-limit 512M",
28
"test": "vendor/bin/phpunit --configuration phpunit.xml",
29
"bench": "vendor/bin/phpbench run --report=benchmark"
30
},
0 commit comments