[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:
Julian Vennen
2024-09-16 05:23:11 -04:00
committed by GitHub
parent bbafeaed40
commit a5384d42b4
33 changed files with 574 additions and 50 deletions

View File

@@ -42,7 +42,6 @@ enum StringEnumRef: string
case FAILURE = 'failure';
case UNCLASSIFIED = 'unclassified';
}

View File

@@ -42,7 +42,6 @@ enum StringEnumRef: string
case FAILURE = 'failure';
case UNCLASSIFIED = 'unclassified';
}