File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ before_script:
3131script :
3232 - " ! (composer outdated --direct | grep ^)"
3333 - if php -v | grep -q 'PHP 7'; then vendor-tools/bin/php-cs-fixer fix --dry-run; fi
34- - if php -v | grep -q 'PHP 7'; then vendor-tools/bin/phpstan analyse --level=5 --configuration=phpstan.neon src tests; fi
34+ - if php -v | grep -q 'PHP 7'; then vendor-tools/bin/phpstan analyse --level=7 --configuration=phpstan.neon src tests; fi
3535 - vendor/bin/codecept run $coverage
3636
3737after_success :
Original file line number Diff line number Diff line change 11{
22 "require-dev" : {
3- "friendsofphp/php-cs-fixer" : " ^2.0.0 " ,
4- "phpstan/phpstan" : " ^0.6.3 " ,
5- "phpstan/phpstan-nette" : " ^0.6.1 "
3+ "friendsofphp/php-cs-fixer" : " @stable " ,
4+ "phpstan/phpstan" : " @stable " ,
5+ "phpstan/phpstan-nette" : " @stable "
66 },
77 "config" : {
88 "vendor-dir" : " vendor-tools"
Original file line number Diff line number Diff line change 4141 " @test"
4242 ],
4343 "fix" : " \" vendor-tools/bin/php-cs-fixer\" fix" ,
44- "analyse" : " \" vendor-tools/bin/phpstan\" analyse --no-progress --level=5 --configuration=phpstan.neon src tests" ,
44+ "analyse" : " \" vendor-tools/bin/phpstan\" analyse --no-progress --level=7 --configuration=phpstan.neon src tests" ,
4545 "test" : [
4646 " \" vendor/bin/codecept\" build" ,
4747 " \" vendor/bin/codecept\" run --debug"
Original file line number Diff line number Diff line change @@ -4,3 +4,6 @@ includes:
44
55parameters :
66 ignoreErrors :
7+
8+ excludes_analyse :
9+ - %rootDir%/../../../tests/_helpers/*
You can’t perform that action at this time.
0 commit comments