phpDocumentor / Reflection

Reflection library to do Static Analysis for PHP Projects
MIT License
117 stars 51 forks source link

Add support for constants in enums #253

Closed hemberger closed 2 years ago

hemberger commented 2 years ago

Fixes phpDocumentor/phpDocumentor#3291.

Enumerations may include constants (see https://www.php.net/manual/en/language.enumerations.constants.php).

jaapio commented 2 years ago

Nice, thanks for this fix!