mirror of
https://github.com/php/php-src.git
synced 2026-03-31 12:42:29 +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