💡 Fix PHPDoc for \utils::GetAbsoluteUrlAppRoot

This commit is contained in:
Pierre Goiffon
2019-01-30 11:15:24 +01:00
parent dc7bafa41c
commit 31a2b634cc

View File

@@ -706,9 +706,8 @@ class utils
}
/**
* Returns the absolute URL to the application root path
* @return string The absolute URL to the application root, without the first slash
*/
* @return string The absolute URL to the application, including host and path
*/
static public function GetAbsoluteUrlAppRoot()
{
static $sUrl = null;