Roave / BetterReflection

:crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.
MIT License
1.19k stars 131 forks source link

Compatibility with typed constants in PHP 8.4 #1442

Closed kukulich closed 3 months ago

kukulich commented 3 months ago

Fixes https://github.com/Roave/BetterReflection/issues/1440

Ocramius commented 3 months ago

Closes #1441

Ocramius commented 3 months ago

Thanks @kukulich!