forked from loafle/openapi-generator-original
[PHP] Remove NUMBER_ prefix from enum vars if a name is provided, show enum descriptions (#19555)
* Remove NUMBER_ prefix from enum vars if a name is provided, show enum descriptions * Update php model tests
This commit is contained in:
@@ -42,7 +42,6 @@ enum StringEnumRef: string
|
||||
case FAILURE = 'failure';
|
||||
|
||||
case UNCLASSIFIED = 'unclassified';
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -42,7 +42,6 @@ enum StringEnumRef: string
|
||||
case FAILURE = 'failure';
|
||||
|
||||
case UNCLASSIFIED = 'unclassified';
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user