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