mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
some PHPDoc
SVN:trunk[5875]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user