bump tests to phpstan level 5 (#1922)
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
"kimai:phpstan": "@phpstan",
|
||||
"phpstan": [
|
||||
"vendor/bin/phpstan analyse src -c phpstan.neon --level=5",
|
||||
"vendor/bin/phpstan analyse tests -c tests/phpstan.neon --level=4"
|
||||
"vendor/bin/phpstan analyse tests -c tests/phpstan.neon --level=5"
|
||||
],
|
||||
"kimai:codestyle": "@codestyle",
|
||||
"codestyle": "vendor/bin/php-cs-fixer fix --dry-run --verbose --show-progress=none",
|
||||
|
||||
Reference in New Issue
Block a user