v1.1.1
Fixes
- Fix PHPDoc types for enums in generated classes
Sadly the PHP generator doesn't support PHP enums and instead uses classes with static properties for each enum variant. It then also fails to correctly declare the underlying type stored in these fields and instead pretends like the returned value is a member of the class. This behaviour has been changed and the underlying types are declared now (with a link to the "enum" class).