phpstan / phpdoc-parser

Next-gen phpDoc parser with support for intersection types and generics
MIT License
1.31k stars 62 forks source link

Support `@phan-` prefixes for recognized doc tags #235

Closed anomiex closed 5 months ago

anomiex commented 5 months ago

The following prefixes are added:

No changes to any of the parsing were made, as the syntaxes seem to match what's already done for the existing unprefixed tags and/or the existing @psalm- and @phpstan- prefixed tags.

ondrejmirtes commented 5 months ago

Thank you!

ondrejmirtes commented 5 months ago

Please send a PR to phpstan-src too.