phpDocumentor / ReflectionDocBlock

MIT License
9.34k stars 117 forks source link

Fix docblock tag descriptions #370

Closed jaapio closed 4 months ago

jaapio commented 4 months ago

Newlines and whitespaces were not handled as before. This caused issues for some users because our indent-reduction was broken. The cause seems to be an upstream issue in phpstan parser which is not resolved yet. But this work around post processing the tokens helps us to make it work as before.

fixes #365