mirror of
https://github.com/php/php-src.git
synced 2026-04-03 22:22:18 +02:00
The only backing types for Enums are int and string. The proper return type for ReflectionEnum::getBackingType() is thus null|ReflectionNamedType. See also https://github.com/php/doc-en/pull/1608 Closes GH-8687