Merge pull request #16985 from owncloud/fix-public-api-phpdoc

Fix OCP PHPDoc
This commit is contained in:
Thomas Müller 2015-06-17 12:04:08 +02:00
commit e6e9370eb6
1 changed files with 2 additions and 2 deletions

View File

@ -315,11 +315,11 @@ interface IServerContainer {
/** /**
* Get the certificate manager for the user * 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 * @return \OCP\ICertificateManager
* @since 8.0.0 * @since 8.0.0
*/ */
public function getCertificateManager($user = null); public function getCertificateManager($userId = null);
/** /**
* Create a new event source * Create a new event source