diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-06-26 08:59:59 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-07-05 12:43:57 +0200 |
commit | ced8789f5c96cf491ce4774cc3f419081000ae0b (patch) | |
tree | 3c9879c2148ee67853b0166bdc51b81a4dce1328 /lib/public/Share/IManager.php | |
parent | 33f85f64c7b2ac258bf10f4e17e417decfaae638 (diff) | |
download | nextcloud-server-ced8789f5c96cf491ce4774cc3f419081000ae0b.tar.gz nextcloud-server-ced8789f5c96cf491ce4774cc3f419081000ae0b.zip |
Fix PHPDoc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/public/Share/IManager.php')
-rw-r--r-- | lib/public/Share/IManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Share/IManager.php b/lib/public/Share/IManager.php index c8abab378ec..d4fc3e14749 100644 --- a/lib/public/Share/IManager.php +++ b/lib/public/Share/IManager.php @@ -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); |