phpstan/phpdoc-parser

@template-default T=5

ahjdev opened this issue · 3 comments

ahjdev commented

The parser cannot detect @template-default T=5 (Which is I found it in psalm)

Psalm does not support this syntax. See an open issue: vimeo/psalm#5407

This has been recently implemented this using @template T = 5: https://x.com/OndrejMirtes/status/1843920480342057154

ahjdev commented

Oh tnx

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.