mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 04:16:08 +00:00
Add example allOf with single ref (#10948)
* Add example allOf with single ref * fix dart-dio-next handling of that case * Refactor without vendor extension * Regenerate newer samples
This commit is contained in:
@@ -33,4 +33,7 @@ class User {
|
||||
/** @var int $userStatus User Status*/
|
||||
private $userStatus;
|
||||
|
||||
/** @var UserType $userType */
|
||||
private $userType;
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* UserType
|
||||
*/
|
||||
namespace app\Models;
|
||||
|
||||
/**
|
||||
* UserType
|
||||
*/
|
||||
class UserType {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user