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 c72e5c8 commit 02365e8Copy full SHA for 02365e8
.github/workflows/phpstan.yml
@@ -22,4 +22,4 @@ jobs:
22
run: composer install --prefer-dist --no-progress --no-interaction
23
24
- name: Run analysis
25
- run: vendor/bin/phpstan analyse src --level 4
+ run: vendor/bin/phpstan --error-format=github --no-progress
phpstan.neon.dist
@@ -0,0 +1,4 @@
1
+parameters:
2
+ paths:
3
+ - src
4
+ level: 4
0 commit comments