Fix phpdoc

This commit is contained in:
Roeland Jago Douma 2016-05-10 12:43:35 +02:00
parent e8e72aa910
commit e74323ca90
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B

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