--TEST-- Enum value property has automatic type --FILE-- getType() . "\n"; echo (new ReflectionProperty(StringEnum::class, 'value'))->getType() . "\n"; ?> --EXPECT-- int string