File tree Expand file tree Collapse file tree 4 files changed +15
-39
lines changed
Expand file tree Collapse file tree 4 files changed +15
-39
lines changed Original file line number Diff line number Diff line change @@ -188,9 +188,12 @@ jobs:
188188 continue-on-error : true
189189 run : php vendor/bin/phpcs src/
190190
191- - name : Psalm
191+ - name : PHPStan
192192 continue-on-error : true
193- run : php vendor/bin/psalm --show-info=true
193+ run : |
194+ vendor/bin/phpstan analyze -c phpstan.neon
194195
195- - name : Psalter
196- run : php vendor/bin/psalter --issues=UnnecessaryVarAnnotation --dry-run
196+ - name : PHPStan (testsuite)
197+ continue-on-error : true
198+ run : |
199+ vendor/bin/phpstan analyze -c phpstan-dev.neon
Original file line number Diff line number Diff line change 1+ parameters :
2+ level : 9
3+ paths :
4+ - tests
Original file line number Diff line number Diff line change 1+ parameters :
2+ level : 6
3+ paths :
4+ - src
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments