mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-08 21:06:11 +00:00
[PHP-SYMFONY] Debug Date and DateTime Assert (#16874)
This commit is contained in:
@@ -71,7 +71,7 @@ class Order
|
||||
/**
|
||||
* @var \DateTime|null
|
||||
* @SerializedName("shipDate")
|
||||
* @Assert\DateTime()
|
||||
* @Assert\Type("\DateTime"))
|
||||
* @Type("DateTime")
|
||||
*/
|
||||
protected ?\DateTime $shipDate = null;
|
||||
|
||||
Reference in New Issue
Block a user