serp-spider / core

:spider: The PHP SERP Spider - A search engine scraper
https://serp-spider.github.io/
Other
89 stars 44 forks source link

add type to getAttribute on DomNodeInterface #41

Open calvinps opened 3 years ago

calvinps commented 3 years ago

missing string type was causing an error

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