core icon indicating copy to clipboard operation
core copied to clipboard

add type to getAttribute on DomNodeInterface

Open calvinps opened this issue 3 years ago • 0 comments

missing string type was causing an error

PHP definition: https://www.php.net/manual/en/domelement.getattributenode.php public DOMElement::getAttributeNode ( string $qualifiedName )

calvinps avatar Feb 05 '21 19:02 calvinps