Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | final class OtherSource extends AbstractAlgorithmIdentifierType |
||
20 | { |
||
21 | /** |
||
22 | * @inheritDoc |
||
23 | * |
||
24 | * @throws \SimpleSAML\XML\Exception\InvalidDOMElementException |
||
25 | * If the qualified name of the supplied element is wrong |
||
26 | */ |
||
27 | public static function fromXML(DOMElement $xml): static |
||
41 |