Skip to content

Commit b05a08f

Browse files
committed
Enable reportAnyTypeWideningInVarTag
1 parent d3a6576 commit b05a08f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpstan.neon.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ parameters:
2020
checkBenevolentUnionTypes: true
2121
checkImplicitMixed: true
2222
checkTooWideReturnTypesInProtectedAndPublicMethods: true
23+
reportAnyTypeWideningInVarTag: true
2324
exceptions:
2425
check:
2526
missingCheckedExceptionInThrows: true

0 commit comments

Comments
 (0)