Fix PHPDoc

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-06-26 08:59:59 +02:00 committed by John Molakvoæ (skjnldsv)
parent 33f85f64c7
commit ced8789f5c
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF

View File

@ -159,7 +159,7 @@ interface IManager {
* @param int $limit The maximum number of shares returned, -1 for all
* @param int $offset
* @return IShare[]
* @since 9.0.0
* @since 14.0.0
*/
public function getDeletedSharedWith($userId, $shareType, $node = null, $limit = 50, $offset = 0);