From ecb5d9c83ef741151b8c8ee63294d91f17a790b2 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 7 Dec 2022 09:30:50 +0000 Subject: [PATCH] chore: bumps certain types of type coverage --- phpstan.neon | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 30dd7294..0a924aa9 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -29,7 +29,7 @@ services: class: Symplify\PHPStanRules\Rules\Explicit\PropertyTypeDeclarationSeaLevelRule tags: [phpstan.rules.rule] arguments: - minimalLevel: 0.99 + minimalLevel: 1.00 - class: Symplify\PHPStanRules\Rules\Explicit\ParamTypeDeclarationSeaLevelRule @@ -41,14 +41,16 @@ services: class: Symplify\PHPStanRules\Rules\Explicit\ReturnTypeDeclarationSeaLevelRule tags: [phpstan.rules.rule] arguments: - minimalLevel: 0.96 + minimalLevel: 0.97 - class: Symplify\PHPStanRules\Collector\FunctionLike\ParamTypeSeaLevelCollector tags: [phpstan.collector] + - class: Symplify\PHPStanRules\Collector\FunctionLike\ReturnTypeSeaLevelCollector tags: [phpstan.collector] + - class: Symplify\PHPStanRules\Collector\ClassLike\PropertyTypeSeaLevelCollector tags: [phpstan.collector]