Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-06-26 09:59:59 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-05 13:43:57 +0300
commitced8789f5c96cf491ce4774cc3f419081000ae0b (patch)
tree3c9879c2148ee67853b0166bdc51b81a4dce1328 /lib/public/Share
parent33f85f64c7b2ac258bf10f4e17e417decfaae638 (diff)
Fix PHPDoc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/public/Share')
-rw-r--r--lib/public/Share/IManager.php2
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);