File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments