File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ before_script:
2727script :
2828 - XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
2929 - vendor/bin/rector process --dry-run --no-progress-bar
30+ - vendor/bin/phpstan analyze --no-progress
3031
3132after_success :
3233 - bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml
Original file line number Diff line number Diff line change 1515 "require-dev" : {
1616 "darkwebdesign/symfony-addon-transformers" : " 6.0.*" ,
1717 "doctrine/orm" : " ^2.7" ,
18+ "phpstan/phpstan" : " ^1.10" ,
1819 "phpunit/phpunit" : " ^8.5" ,
1920 "rector/rector" : " ^0.18.6"
2021 },
Original file line number Diff line number Diff line change 1+ parameters :
2+ level : 1
3+ paths :
4+ - src
5+ - tests
You can’t perform that action at this time.
0 commit comments