Skip to content

Commit d2f5e95

Browse files
committed
Fix qa
1 parent 8cc3a72 commit d2f5e95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Attribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ private static function processArrayContents(array $data): array
190190
*
191191
* @return array{
192192
* attrName: string,
193-
* attrValue: \SimpleSAML\XML\Type\ValueTypeInterface,
193+
* attrValue: string,
194194
* namespacePrefix: string,
195195
* namespaceURI: null|string,
196196
* }

src/Type/AbstractValueType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function __toString(): string
139139
/**
140140
* Compare the value to another one
141141
*
142-
* @param \SimpleSAML\Type\ValueTypeInterface|string
142+
* @param \SimpleSAML\XML\Type\ValueTypeInterface|string $other
143143
* @return bool
144144
*/
145145
public function equals(ValueTypeInterface|string $other): bool

0 commit comments

Comments
 (0)