From b05a08fe9f9bb3bc6c71d08a74132eb5dd9355ca Mon Sep 17 00:00:00 2001 From: Jan Nedbal Date: Thu, 18 Apr 2024 16:27:59 +0200 Subject: [PATCH] Enable reportAnyTypeWideningInVarTag --- phpstan.neon.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 062cbb6..00ceb20 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -20,6 +20,7 @@ parameters: checkBenevolentUnionTypes: true checkImplicitMixed: true checkTooWideReturnTypesInProtectedAndPublicMethods: true + reportAnyTypeWideningInVarTag: true exceptions: check: missingCheckedExceptionInThrows: true