mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
💡 Fix PHPDoc for \utils::GetAbsoluteUrlAppRoot
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user