0.17.32
Included commits: 0.17.31...0.17.32
Improvements
- A redundant
@parammay now be omitted when the native type hint already expresses the full type. The previous strict 1:1 count between@paramtags and parameters is no longer required — fully type-hinted scalar/object params can drop their docblock. - Removed a redundant
?? ''null-coalesce on a regex capture group that PHPStan L8 flagged as always-present; the error message now usesrtrim($comment), which is equivalent and robust across PHPStan versions. - Path anchoring and an
empty()edge case.