We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae9713 commit fa38ae7Copy full SHA for fa38ae7
2 files changed
src/XML/ds/Manifest.php
@@ -92,7 +92,6 @@ public static function fromXML(DOMElement $xml): static
92
93
$Id = self::getAttribute($xml, 'Id', null);
94
95
- /** @psalm-var \SimpleSAML\XMLSecurity\XML\ds\Reference[] $references */
96
$references = Reference::getChildrenOfClass($xml);
97
Assert::minCount(
98
$references,
src/XML/ds/RetrievalMethod.php
@@ -120,7 +120,6 @@ public static function fromXML(DOMElement $xml): static
120
$URI = self::getAttribute($xml, 'URI');
121
$Type = self::getAttribute($xml, 'Type', null);
122
123
- /** @psalm-var \SimpleSAML\XMLSecurity\XML\ds\Transforms[] $transforms */
124
$transforms = Transforms::getChildrenOfClass($xml);
125
Assert::maxCount(
126
$transforms,
0 commit comments