summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-05-10 14:36:54 +0200
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-05-10 14:36:54 +0200
commit67163262e41c97f910c5ed641c7f0b19b5b1f2cf (patch)
tree789b86a8e2df6dc6f77806ccd7159f3b89ed93fd
parente8e72aa9101b1c4b7e321dd3f17dcc9462f34a8f (diff)
parente74323ca90deac1162b75bfbc47c52d9bc2a02ab (diff)
downloadnextcloud-server-67163262e41c97f910c5ed641c7f0b19b5b1f2cf.tar.gz
nextcloud-server-67163262e41c97f910c5ed641c7f0b19b5b1f2cf.zip
Merge pull request #24534 from owncloud/fix_phpdoc
Fix phpdoc
-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