Fix PHPDoc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
33f85f64c7
commit
ced8789f5c
|
@ -159,7 +159,7 @@ interface IManager {
|
||||||
* @param int $limit The maximum number of shares returned, -1 for all
|
* @param int $limit The maximum number of shares returned, -1 for all
|
||||||
* @param int $offset
|
* @param int $offset
|
||||||
* @return IShare[]
|
* @return IShare[]
|
||||||
* @since 9.0.0
|
* @since 14.0.0
|
||||||
*/
|
*/
|
||||||
public function getDeletedSharedWith($userId, $shareType, $node = null, $limit = 50, $offset = 0);
|
public function getDeletedSharedWith($userId, $shareType, $node = null, $limit = 50, $offset = 0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue