summaryrefslogtreecommitdiffstats
path: root/lib/public/Share/IManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Share/IManager.php')
-rw-r--r--lib/public/Share/IManager.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/public/Share/IManager.php b/lib/public/Share/IManager.php
index 392c0471768..0ff115679ee 100644
--- a/lib/public/Share/IManager.php
+++ b/lib/public/Share/IManager.php
@@ -22,7 +22,6 @@
namespace OCP\Share;
use OCP\Files\Node;
-use OCP\IUser;
use OCP\Share\Exceptions\ShareNotFound;
@@ -122,7 +121,7 @@ interface IManager {
* is reflected.
*
* @param string $id
- * @param IUser|null $recipient
+ * @param string|null $recipient userID of the recipient
* @return IShare
* @throws ShareNotFound
* @since 9.0.0