summaryrefslogtreecommitdiffstats
path: root/lib/public/Share/IShareHelper.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Share/IShareHelper.php')
-rw-r--r--lib/public/Share/IShareHelper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Share/IShareHelper.php b/lib/public/Share/IShareHelper.php
index 01202cf477b..4ec62830c52 100644
--- a/lib/public/Share/IShareHelper.php
+++ b/lib/public/Share/IShareHelper.php
@@ -34,7 +34,7 @@ interface IShareHelper {
/**
* @param Node $node
- * @return array [ users => [Mapping $uid => $path], remotes => [Mapping $cloudId => $path]]
+ * @return array [ users => [Mapping $uid => $pathForUser], remotes => [Mapping $cloudId => $pathToMountRoot]]
* @since 12
*/
public function getPathsForAccessList(Node $node);