phpstan / phpdoc-parser

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

Add callable template support #199

Closed mvorisek closed 9 months ago

mvorisek commented 1 year ago

needed for https://github.com/phpstan/phpstan/issues/8964

based on https://github.com/phpstan/phpstan/issues/8964#issuecomment-1445362737 analysis

mvorisek commented 1 year ago

@ondrejmirtes this parser PR should be fully done, https://github.com/phpstan/phpstan/issues/8964#issuecomment-1445362737 might be easy for you, but I am not familiar with phpstan internals so I would appreciate a help with the integration into phpstan. Thank you.

mvorisek commented 1 year ago

@ondrejmirtes this PR is here for over a month, may I ask you to review it?

mvorisek commented 1 year ago

@ondrejmirtes sorry to tagging you again, can I please ask you to merge this PR if there is no feedback left?

mvorisek commented 9 months ago

Landed thru #232, thanks everyone involved!