From: Robin Appelman Date: Tue, 14 Apr 2015 10:35:53 +0000 (+0200) Subject: a bit more phpdoc X-Git-Tag: v8.1.0alpha1~15^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0f21303b751291188733e24b5f213053ea96a368;p=nextcloud-server.git a bit more phpdoc --- diff --git a/apps/files_sharing/lib/sharedstorage.php b/apps/files_sharing/lib/sharedstorage.php index ce8758a6d8c..ffaa542c872 100644 --- a/apps/files_sharing/lib/sharedstorage.php +++ b/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);