From 3ccb1af49e269c50a41c83076df5bb845d5a0e38 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 322b5d8..41e2b90 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