diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-05-10 12:43:35 +0200 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-05-10 12:43:35 +0200 |
commit | e74323ca90deac1162b75bfbc47c52d9bc2a02ab (patch) | |
tree | 789b86a8e2df6dc6f77806ccd7159f3b89ed93fd /lib/public/Share/IManager.php | |
parent | e8e72aa9101b1c4b7e321dd3f17dcc9462f34a8f (diff) | |
download | nextcloud-server-e74323ca90deac1162b75bfbc47c52d9bc2a02ab.tar.gz nextcloud-server-e74323ca90deac1162b75bfbc47c52d9bc2a02ab.zip |
Fix phpdoc
Diffstat (limited to 'lib/public/Share/IManager.php')
-rw-r--r-- | lib/public/Share/IManager.php | 3 |
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 |