forked from loafle/openapi-generator-original
[php] Deprecated annotation on operations and fields (#10085)
This commit is contained in:
@@ -13,12 +13,15 @@ class ObjectWithDeprecatedFields {
|
||||
private $uuid;
|
||||
|
||||
/** @var float $id */
|
||||
/** @deprecated */
|
||||
private $id;
|
||||
|
||||
/** @var \app\Models\DeprecatedObject $deprecatedRef */
|
||||
/** @deprecated */
|
||||
private $deprecatedRef;
|
||||
|
||||
/** @var string[] $bars */
|
||||
/** @deprecated */
|
||||
private $bars;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user