Skip to content

Commit 02365e8

Browse files
committed
Tweak phpstan running
1 parent c72e5c8 commit 02365e8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: composer install --prefer-dist --no-progress --no-interaction
2323

2424
- name: Run analysis
25-
run: vendor/bin/phpstan analyse src --level 4
25+
run: vendor/bin/phpstan --error-format=github --no-progress

phpstan.neon.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
parameters:
2+
paths:
3+
- src
4+
level: 4

0 commit comments

Comments
 (0)