💡 Fix \SetupUtils::GetTmpDir PHPDoc

This commit is contained in:
Pierre Goiffon
2022-07-05 18:09:59 +02:00
parent 48957fd2f0
commit 237b181eec

View File

@@ -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()
{