mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-11 19:20:01 +08:00
Fixed PHPDoc blocks in FileHelper (#16402) [skip ci]
This commit is contained in:
committed by
Alexander Makarov
parent
0f929da381
commit
959cb985e3
@@ -520,7 +520,7 @@ class BaseFileHelper
|
|||||||
return $list;
|
return $list;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* @param string $dir
|
* @param string $dir
|
||||||
*/
|
*/
|
||||||
private static function setBasePath($dir, $options)
|
private static function setBasePath($dir, $options)
|
||||||
@@ -534,7 +534,7 @@ class BaseFileHelper
|
|||||||
return $options;
|
return $options;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* @param string $dir
|
* @param string $dir
|
||||||
*/
|
*/
|
||||||
private static function openDir($dir)
|
private static function openDir($dir)
|
||||||
@@ -546,7 +546,7 @@ class BaseFileHelper
|
|||||||
return $handle;
|
return $handle;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* @param string $dir
|
* @param string $dir
|
||||||
*/
|
*/
|
||||||
private static function clearDir($dir)
|
private static function clearDir($dir)
|
||||||
|
|||||||
Reference in New Issue
Block a user