forked from loafle/openapi-generator-original
* [PHP] Remove model prefix/suffix from inline enum var names This resolves issue #4403. On a model `Foo` with an inline enum `Bar` which has a possible string value `baz`. we should generate a `FooDTO::BAR_BAZ` constant, not `FooDTO::BAR_DTO_BAZ`. * Empty commit for another CI run