From 0f21303b751291188733e24b5f213053ea96a368 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 14 Apr 2015 12:35:53 +0200 Subject: [PATCH] a bit more phpdoc --- apps/files_sharing/lib/sharedstorage.php | 6 ++++++ 1 file changed, 6 insertions(+) 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); -- 2.39.5