some PHPDoc

SVN:trunk[5875]
This commit is contained in:
Pierre Goiffon
2018-06-14 15:19:30 +00:00
parent 272acdd8d3
commit 3f612cfc90
2 changed files with 21 additions and 5 deletions

View File

@@ -843,7 +843,13 @@ class SetupUtils
return $aResult;
}
/**
* @param string $sDir
*
* @return bool|float false if failure
* @uses \disk_free_space()
*/
static function CheckDiskSpace($sDir)
{
while(($f = @disk_free_space($sDir)) == false)