added missing parameter documentation
This commit is contained in:
parent
f71794f0d5
commit
db8fdd5032
|
@ -566,6 +566,7 @@ class Storage {
|
|||
/**
|
||||
* @brief create recursively missing directories
|
||||
* @param string $filename $path to a file
|
||||
* @param \OC\Files\View $view view on data/user/
|
||||
*/
|
||||
private static function createMissingDirectories($filename, $view) {
|
||||
$dirname = \OC_Filesystem::normalizePath(pathinfo($filename, PATHINFO_DIRNAME));
|
||||
|
|
Loading…
Reference in New Issue