Skip to content

Commit fa38ae7

Browse files
committed
Remove unnecessary annotations
1 parent 6ae9713 commit fa38ae7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/XML/ds/Manifest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public static function fromXML(DOMElement $xml): static
9292

9393
$Id = self::getAttribute($xml, 'Id', null);
9494

95-
/** @psalm-var \SimpleSAML\XMLSecurity\XML\ds\Reference[] $references */
9695
$references = Reference::getChildrenOfClass($xml);
9796
Assert::minCount(
9897
$references,

src/XML/ds/RetrievalMethod.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public static function fromXML(DOMElement $xml): static
120120
$URI = self::getAttribute($xml, 'URI');
121121
$Type = self::getAttribute($xml, 'Type', null);
122122

123-
/** @psalm-var \SimpleSAML\XMLSecurity\XML\ds\Transforms[] $transforms */
124123
$transforms = Transforms::getChildrenOfClass($xml);
125124
Assert::maxCount(
126125
$transforms,

0 commit comments

Comments
 (0)