Skip to content

v0.21.2

Choose a tag to compare

@github-actions github-actions released this 12 May 13:20
· 449 commits to main since this release
release: 0.21.2

Fix two docblock parser bugs that caused false diagnostics with generic template types:
- @template T as Bound syntax now recognised (previously only "of" was handled)
- Callable/closure return types in @return tags now correctly capture the type
  after the colon, fixing false MixedMethodCall on template-parameterised closures