Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2016-11-09 18:59:03 +0300
committerRobin Appelman <robin@icewind.nl>2016-11-09 18:59:03 +0300
commit74024c8f28ed9c424fd1575afad290ad0de7e223 (patch)
treeb7cad47c14111b8ac3fe6e56ee5980499df4f2fa /lib/public
parent742c215946555371b2ae1e855cefa65e5cc712a3 (diff)
fix phpdoc
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Share/IManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Share/IManager.php b/lib/public/Share/IManager.php
index 137dc309280..e8b123cafb6 100644
--- a/lib/public/Share/IManager.php
+++ b/lib/public/Share/IManager.php
@@ -94,7 +94,7 @@ interface IManager {
* @param string $userId
* @param Folder $node
* @param bool $reshares
- * @return IShare[]
+ * @return IShare[][] [$fileId => IShare[], ...]
* @since 9.2.0
*/
public function getSharesInFolder($userId, Folder $node, $reshares = false);