Skip to content

0.6.4

Choose a tag to compare

@dereuromark dereuromark released this 08 Jun 23:27
· 14 commits to master since this release
78498f0

Fixes

  • DocBlockVar fixer no longer corrupts callable/Closure property types when appending a missing null. The first-space split used to cut a \Closure(string): string signature in half, producing an unparseable @var annotation. Types with internal structure (callable/Closure signatures, generics, array shapes) are now left untouched, while simple types with a trailing parenthetical description still get their missing null appended.

Full Changelog: 0.6.3...0.6.4