phpstan / phpdoc-parser

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

Support typing extra items in unsealed array shapes #250

Closed tscni closed 2 weeks ago

tscni commented 2 weeks ago

Part of https://github.com/phpstan/phpstan/issues/8438 Resolves https://github.com/phpstan/phpdoc-parser/issues/245

tscni commented 2 weeks ago

FYI I pushed a commit with a few tests I was missing :)

Thanks :) I added some more cases for list shapes

ondrejmirtes commented 2 weeks ago

Awesome, thank you!