Skip to content

0.17.32

Choose a tag to compare

@olhalivitchuk olhalivitchuk released this 24 Jun 11:18
· 22 commits to master since this release
0ce60db

Included commits: 0.17.31...0.17.32

Improvements

  • A redundant @param may now be omitted when the native type hint already expresses the full type. The previous strict 1:1 count between @param tags 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 uses rtrim($comment), which is equivalent and robust across PHPStan versions.
  • Path anchoring and an empty() edge case.