Fixed PHPDoc blocks in FileHelper (#16402) [skip ci]

This commit is contained in:
Rustam Mamadaminov
2018-06-14 22:23:10 +05:00
committed by Alexander Makarov
parent 0f929da381
commit 959cb985e3

View File

@ -520,7 +520,7 @@ class BaseFileHelper
return $list;
}
/*
/**
* @param string $dir
*/
private static function setBasePath($dir, $options)
@ -534,7 +534,7 @@ class BaseFileHelper
return $options;
}
/*
/**
* @param string $dir
*/
private static function openDir($dir)
@ -546,7 +546,7 @@ class BaseFileHelper
return $handle;
}
/*
/**
* @param string $dir
*/
private static function clearDir($dir)