We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1f614 commit 428cd58Copy full SHA for 428cd58
src/Type/DateTimeValue.php
@@ -16,7 +16,7 @@ class DateTimeValue extends AbstractValueType
16
/** @var string */
17
public const SCHEMA_TYPE = 'xs:dateTime';
18
19
- /** @var string *?
+ /** @var string */
20
public const DATETIME_FORMAT = 'Y-m-d\\TH:i:sP';
21
22
0 commit comments