mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
When Reflection internally instantiates a ReflectionClass, it should create a more specific ReflectionEnum instance if the class is actually an enum.