fix phpdoc
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
742c215946
commit
74024c8f28
|
@ -94,7 +94,7 @@ interface IManager {
|
||||||
* @param string $userId
|
* @param string $userId
|
||||||
* @param Folder $node
|
* @param Folder $node
|
||||||
* @param bool $reshares
|
* @param bool $reshares
|
||||||
* @return IShare[]
|
* @return IShare[][] [$fileId => IShare[], ...]
|
||||||
* @since 9.2.0
|
* @since 9.2.0
|
||||||
*/
|
*/
|
||||||
public function getSharesInFolder($userId, Folder $node, $reshares = false);
|
public function getSharesInFolder($userId, Folder $node, $reshares = false);
|
||||||
|
|
Loading…
Reference in New Issue