forked from loafle/openapi-generator-original
[go][client] Fix example value for non string enums (#8900)
* [go][client] Fix example value for non string enums * regenerated samples
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* OuterObjectWithEnumProperty
|
||||
*/
|
||||
namespace app\Models;
|
||||
|
||||
/**
|
||||
* OuterObjectWithEnumProperty
|
||||
*/
|
||||
class OuterObjectWithEnumProperty {
|
||||
|
||||
/** @var \app\Models\OuterEnumInteger $value */
|
||||
private $value;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user