forked from loafle/openapi-generator-original
Update allOf to not always be nullable (#12861)
* added nonNullableVars * added return property to operation * added return property to operation * build samples * added inner enum * build samples * allOf no longer always nullable * added a comment
This commit is contained in:
@@ -12,7 +12,7 @@ class AllOfWithSingleRef {
|
||||
/** @var string $username */
|
||||
public $username = "";
|
||||
|
||||
/** @var SingleRefType|null $singleRefType */
|
||||
public $singleRefType = null;
|
||||
/** @var SingleRefType $singleRefType */
|
||||
public $singleRefType;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user