diff --git a/lib/public/Share/IShareProvider.php b/lib/public/Share/IShareProvider.php index 87e9673b96..c35fa6660f 100644 --- a/lib/public/Share/IShareProvider.php +++ b/lib/public/Share/IShareProvider.php @@ -124,7 +124,7 @@ interface IShareProvider { * @param string $userId * @param Folder $node * @param bool $reshares Also get the shares where $user is the owner instead of just the shares where $user is the initiator - * @return \OCP\Share\IShare[] + * @return \OCP\Share\IShare[][] * @since 11.0.0 */ public function getSharesInFolder($userId, Folder $node, $reshares);