aboutsummaryrefslogtreecommitdiff
path: root/phpstan.dist.neon
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-06-04 14:00:33 +0200
committerGravatar GitHub <noreply@github.com> 2025-06-04 14:00:33 +0200
commit4de7d0b81310c788365fd3d2ab28dfbbccb5b171 (patch)
tree9e1217892a1f6a3ee33611ff739aa46cfb6bd825 /phpstan.dist.neon
parent2b94cffeab0dfd66fcef15b6295efba24319b555 (diff)
PHPStan: pass checkImplicitMixed (#7642)
* PHPStan: pass checkImplicitMixed * Complete
Diffstat (limited to 'phpstan.dist.neon')
-rw-r--r--phpstan.dist.neon2
1 files changed, 1 insertions, 1 deletions
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