File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ before_script:
2626script :
2727 - " ! (composer outdated --direct | grep ^)"
2828 - vendor/bin/php-cs-fixer fix --dry-run
29- - vendor/bin/phpstan analyse --level=7 --configuration=phpstan.neon src tests
29+ - vendor/bin/phpstan analyse --level=max --configuration=phpstan.neon src tests
3030 - vendor/bin/codecept run $coverage
3131
3232after_success :
Original file line number Diff line number Diff line change 4848 " @test"
4949 ],
5050 "fix" : " \" vendor/bin/php-cs-fixer\" fix" ,
51- "analyse" : " \" vendor/bin/phpstan\" analyse --no-progress --level=7 --configuration=phpstan.neon src tests" ,
51+ "analyse" : " \" vendor/bin/phpstan\" analyse --no-progress --level=max --configuration=phpstan.neon src tests" ,
5252 "test" : [
5353 " \" vendor/bin/codecept\" build" ,
5454 " \" vendor/bin/codecept\" run --debug"
You can’t perform that action at this time.
0 commit comments