declare function correctly

This commit is contained in:
Thomas Citharel 2015-05-25 20:44:22 +02:00
parent 12b97d6757
commit 3a690fad55

View file

@ -428,7 +428,7 @@ final class Tools
* *
*/ */
function get_doctype($doc) public static function get_doctype($doc)
{ {
$els = $doc->find('unknown'); $els = $doc->find('unknown');