Merge pull request #24534 from owncloud/fix_phpdoc

Fix phpdoc
This commit is contained in:
Thomas Müller 2016-05-10 14:36:54 +02:00
commit 67163262e4
1 changed files with 1 additions and 2 deletions

View File

@ -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