-
- Downloads
Refactor SimpleSAML\Utils\XML::isDOMElementOfType()
It actually needs a DOMNode, so it has been renamed to isDOMNodeOfType(). Additionally, some superfluous asserts() have been removed, and SimpleSAML\Utils\XML::getDOMChildren() has also changed its signature, as it should also receive a DOMNode, not a DOMElement.
Showing
- lib/SimpleSAML/Bindings/Shib13/Artifact.php 1 addition, 1 deletionlib/SimpleSAML/Bindings/Shib13/Artifact.php
- lib/SimpleSAML/Metadata/SAMLParser.php 3 additions, 5 deletionslib/SimpleSAML/Metadata/SAMLParser.php
- lib/SimpleSAML/Utilities.php 2 additions, 2 deletionslib/SimpleSAML/Utilities.php
- lib/SimpleSAML/Utils/XML.php 10 additions, 10 deletionslib/SimpleSAML/Utils/XML.php
Loading
Please register or sign in to comment