From 4de7d0b81310c788365fd3d2ab28dfbbccb5b171 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 4 Jun 2025 14:00:33 +0200 Subject: PHPStan: pass checkImplicitMixed (#7642) * PHPStan: pass checkImplicitMixed * Complete --- phpstan.dist.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpstan.dist.neon') diff --git a/phpstan.dist.neon b/phpstan.dist.neon index 202591c83..867d7b50b 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -37,7 +37,7 @@ parameters: - TMP_PATH - USERS_PATH checkBenevolentUnionTypes: true - checkImplicitMixed: false # TODO pass + checkImplicitMixed: true checkMissingOverrideMethodAttribute: true checkTooWideReturnTypesInProtectedAndPublicMethods: true reportAnyTypeWideningInVarTag: true -- cgit v1.2.3