diff options
Diffstat (limited to 'phpstan.dist.neon')
| -rw-r--r-- | phpstan.dist.neon | 2 |
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 |
