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 6b5f5f6Copy full SHA for 6b5f5f6
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
src/Type/QNameValue.php
@@ -25,7 +25,7 @@ class QNameValue extends AbstractValueType
25
/** @var \SimpleSAML\XML\Type\NCNameValue|null */
26
protected ?NCNameValue $namespacePrefix;
27
28
- /** @var \SimpleSAML\XML\Type\NCName */
+ /** @var \SimpleSAML\XML\Type\NCNameValue */
29
protected NCNameValue $localName;
30
31
0 commit comments