mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
💡 Fix \SetupUtils::GetTmpDir PHPDoc
This commit is contained in:
@@ -588,8 +588,9 @@ class SetupUtils
|
||||
|
||||
/**
|
||||
* Helper function to retrieve the system's temporary directory
|
||||
* Emulates sys_get_temp_dir if needed (PHP < 5.2.1)
|
||||
*
|
||||
* @return string Path to the system's temp directory
|
||||
* @uses \sys_get_temp_dir()
|
||||
*/
|
||||
public static function GetTmpDir()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user