phpstan / phpdoc-parser

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

Deduplicate generics parsing #215

Closed mvorisek closed 1 year ago

mvorisek commented 1 year ago

extracted from #199

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

ondrejmirtes commented 1 year ago

Thank you!