phpdoc-parser
phpdoc-parser copied to clipboard
Generic type aliases
trafficstars
I'm starting to implement phpstan/phpstan#6099
@ondrejmirtes Am I heading in the right direction?
Hi, there's been a similar effort for generic callable types, and I think the recommendation from there might apply to your PR as well: https://github.com/phpstan/phpdoc-parser/pull/199#pullrequestreview-1702914878
@jiripudil Thanks for the heads-up. I'll try to take another look at it when I get the chance.
Please see https://github.com/phpstan/phpdoc-parser/pull/232 and try to get inspired by that