2.1.0
New features:
- forbidCast: denies casting you configure - by default only
(object)
,(array)
and(unset)
- enforceNativeReturnTypehint: enforces usage of native return typehints if supported by your PHP version
- forbidPhpDocNullabilityMismatchWithNativeTypehint: denies invalid phpdocs without null when native type contains null
- forbidNullInInterpolatedString: disallows using nullable expressions within double-quoted strings like
"Hi $name!"
Fixes:
- forbidUnusedMatchResult: Do not report if all arms contain assignment.