Skip to content

Commit 428cd58

Browse files
committed
Fix typo
1 parent 7c1f614 commit 428cd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/DateTimeValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class DateTimeValue extends AbstractValueType
1616
/** @var string */
1717
public const SCHEMA_TYPE = 'xs:dateTime';
1818

19-
/** @var string *?
19+
/** @var string */
2020
public const DATETIME_FORMAT = 'Y-m-d\\TH:i:sP';
2121

2222

0 commit comments

Comments
 (0)