PHPDoc & code cleanup

This commit is contained in:
Molkobain
2020-07-18 10:35:47 +02:00
parent 10a14a3844
commit ec70d3546d
4 changed files with 23 additions and 3 deletions

View File

@@ -848,6 +848,11 @@ class WebPage implements Page
}
}
/**
* Return the HTML base tag
*
* @return string
*/
protected function get_base_tag()
{
$sTag = '';