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:
26
26
script :
27
27
- " ! (composer outdated --direct | grep ^)"
28
28
- 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
30
30
- vendor/bin/codecept run $coverage
31
31
32
32
after_success :
Original file line number Diff line number Diff line change 48
48
" @test"
49
49
],
50
50
"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" ,
52
52
"test" : [
53
53
" \" vendor/bin/codecept\" build" ,
54
54
" \" vendor/bin/codecept\" run --debug"
You can’t perform that action at this time.
0 commit comments