Fix OCP PHPDoc

* was always a string instead of \OCP\IUser
This commit is contained in:
Morris Jobke 2015-06-17 11:10:55 +02:00
parent 3898b8c9b8
commit 9e506abec3
1 changed files with 2 additions and 2 deletions

View File

@ -315,11 +315,11 @@ interface IServerContainer {
/**
* Get the certificate manager for the user
*
* @param \OCP\IUser $user (optional) if not specified the current loggedin user is used
* @param string $userId (optional) if not specified the current loggedin user is used
* @return \OCP\ICertificateManager
* @since 8.0.0
*/
public function getCertificateManager($user = null);
public function getCertificateManager($userId = null);
/**
* Create a new event source