forked from wallabag/wallabag
declare function correctly
This commit is contained in:
@ -428,7 +428,7 @@ final class Tools
|
||||
*
|
||||
*/
|
||||
|
||||
function get_doctype($doc)
|
||||
public static function get_doctype($doc)
|
||||
{
|
||||
$els = $doc->find('unknown');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user