Skip to content

v0.18.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 17:45
· 22 commits to main since this release

Fixed

  • Multiple @tags on the same physical PHPDoc line (@param int $x @return int, or combined psalm/phpstan annotations like @template U @extends Foo<U>) are now parsed as separate tags instead of one tag whose body swallows the rest. The split only applies to a line that itself starts with @; a tag's continuation/description lines are still treated as prose, so text like Contact user @example for details. is not mistaken for a new tag (phpdoc-parser).