phpstan / phpdoc-parser

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

class-string-map<T of Foo, T> #246

Open ahjdev opened 1 month ago

ahjdev commented 1 month ago

The parser cannot detect class-string-map<T of Foo, T> (Which is I think found it in psalm)