Skip to content

Commit 108157e

Browse files
authored
docs: fix the attribute syntax (#1453)
1 parent de3d1fe commit 108157e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/openapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class Product // The class name will be used to name exposed resources
155155
/**
156156
* @ORM\Column
157157
*/
158-
#[Assert\DateTime
158+
#[Assert\DateTime]
159159
#[ApiProperty(
160160
openapi_context: ["type" => "string", "format" => "date-time"]
161161
)]

0 commit comments

Comments
 (0)