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