mirror of
https://github.com/danog/psalm.git
synced 2025-01-06 13:08:40 +01:00
ba63ccb825
This change avoids calling `str_replace()` on the original docblock and instead only operates on the parsed (and modified) lines. This now makes it so that if there are substrings of the docblock that match a tag match, it won't get prematurely removed, therefore avoiding mangling of the parsed docblock's description. Fixes: #3735 |
||
---|---|---|
.. | ||
UnresolvedConstant | ||
ClassLikeDocblockComment.php | ||
DocblockParser.php | ||
FileScanner.php | ||
FunctionDocblockComment.php | ||
ParsedDocblock.php | ||
PhpStormMetaScanner.php | ||
UnresolvedConstantComponent.php | ||
VarDocblockComment.php |