mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 06:39:18 +00:00
declare function correctly
This commit is contained in:
parent
12b97d6757
commit
3a690fad55
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue