a bit more phpdoc

remotes/origin/poc-doctrine-migrations
Robin Appelman 10 years ago
parent c29419e6d7
commit 0f21303b75
  1. 6
      apps/files_sharing/lib/sharedstorage.php

@ -583,6 +583,12 @@ class Shared extends \OC\Files\Storage\Common implements ISharedStorage {
return $result;
}
/**
* Resolve the path for the source of the share
*
* @param string $path
* @return array
*/
private function resolvePath($path) {
$source = $this->getSourcePath($path);
return \OC\Files\Filesystem::resolvePath($source);

Loading…
Cancel
Save