Skip to content

Commit 6b5f5f6

Browse files
committed
Fix typo
1 parent 7c1f614 commit 6b5f5f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

src/Type/QNameValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class QNameValue extends AbstractValueType
2525
/** @var \SimpleSAML\XML\Type\NCNameValue|null */
2626
protected ?NCNameValue $namespacePrefix;
2727

28-
/** @var \SimpleSAML\XML\Type\NCName */
28+
/** @var \SimpleSAML\XML\Type\NCNameValue */
2929
protected NCNameValue $localName;
3030

3131
/** @var string */

0 commit comments

Comments
 (0)