fix phpdoc

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2016-11-09 16:59:03 +01:00
parent 742c215946
commit 74024c8f28
No known key found for this signature in database
GPG Key ID: 425003AC385454C5

View File

@ -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);