phpstan / phpdoc-parser

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

Deduplicate generics parsing #215

Closed mvorisek closed 12 months ago

mvorisek commented 12 months ago

extracted from #199

previously the returned type was build on two places, newly, the code is deduplicated

ondrejmirtes commented 12 months ago

Thank you!