phpdoc-parser
phpdoc-parser copied to clipboard
Wrong docblock for hooks with multiple usages
When a hook is used multiple times, the wrong docblock will get associated with it if the usage with just the This hook is documented in file.php type docblock is parsed after the canonical one. Examples:
Related: #43, #94
Looks like this is no longer an issue.
@coffee2code Did you do something specific on .org to fix this issue or was this fixed in the parser?
Ping @DrewAPicture
@atimmer We fix them as we find them. @coffee2code typically will fix it in the reparsing (such as for a point release).
Ah, so this is still an issue in the parser.
Any updates on this issue?