phpstan / phpdoc-parser

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

Support array and offset access on const types #237

Closed rvanvelzen closed 4 months ago

rvanvelzen commented 4 months ago

See https://github.com/phpstan/phpstan-src/pull/3050#issuecomment-2095611108 for context

ondrejmirtes commented 4 months ago

Added some fixes https://github.com/phpstan/phpdoc-parser/pull/237/commits/536451b77bd7fcee653144520d3bf1b52b836c24

ondrejmirtes commented 4 months ago

Thank you!