Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Update Order.php (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
rariteth authored Apr 24, 2022
1 parent e382d87 commit 8c1ceee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public static function withNumberAndDate(string $Number, \DateTimeInterface $Dat

/**
* @JMS\XmlAttribute
* @JMS\Type("DateTimeImmutable<'Y-m-d\TH:i:sP', '', 'Y-m-d\TH:i:sP', ['Y-m-d H:i:s', 'Y-m-d H:i:sP']>")
* @JMS\Type("DateTimeImmutable<'Y-m-d\TH:i:sP', '', 'Y-m-d\TH:i:sP', ['Y-m-d H:i:s', 'Y-m-d H:i:sP', 'Y-m-d']>")
*
* @var \DateTimeImmutable|null
*/
Expand Down

0 comments on commit 8c1ceee

Please sign in to comment.