Skip to content

Commit 80777e5

Browse files
committed
Check missing return with explicit mixed typehint
1 parent cda85d5 commit 80777e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: rules.neon

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ parameters:
44
checkAlwaysTrueCheckTypeFunctionCall: true
55
checkAlwaysTrueInstanceof: true
66
checkAlwaysTrueStrictComparison: true
7+
checkExplicitMixedMissingReturn: true
78
checkFunctionNameCase: true
89
reportMaybesInMethodSignatures: true
910
reportStaticMethodSignatures: true

0 commit comments

Comments
 (0)