From a73bf7084d93280318e9c28c3146beda36695f6b Mon Sep 17 00:00:00 2001 From: Jan Nedbal Date: Tue, 14 May 2024 15:33:44 +0200 Subject: [PATCH] Enable reportAnyTypeWideningInVarTag (#244) --- 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