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 8cc3a72 commit d2f5e95Copy full SHA for d2f5e95
src/Attribute.php
@@ -190,7 +190,7 @@ private static function processArrayContents(array $data): array
190
*
191
* @return array{
192
* attrName: string,
193
- * attrValue: \SimpleSAML\XML\Type\ValueTypeInterface,
+ * attrValue: string,
194
* namespacePrefix: string,
195
* namespaceURI: null|string,
196
* }
src/Type/AbstractValueType.php
@@ -139,7 +139,7 @@ public function __toString(): string
139
/**
140
* Compare the value to another one
141
142
- * @param \SimpleSAML\Type\ValueTypeInterface|string
+ * @param \SimpleSAML\XML\Type\ValueTypeInterface|string $other
143
* @return bool
144
*/
145
public function equals(ValueTypeInterface|string $other): bool
0 commit comments