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

Remove unnecessary constants #1443

Closed kukulich closed 3 months ago

kukulich commented 3 months ago

Fix of https://github.com/Roave/BetterReflection/pull/1442

Yes, @akmandev was right!

The broken build in https://github.com/Roave/BetterReflection/pull/1441 has confused me... 😞 The constants really already exist in 8.2 and we can safely remove them.

The really problem was broken PHPStan configuration. Thanks to @ondrejmirtes to figured out.

Ocramius commented 3 months ago

@kukulich merge when you think it's ready