Skip to content
Snippets Groups Projects
Commit 9e506abe authored by Morris Jobke's avatar Morris Jobke
Browse files

Fix OCP PHPDoc

* was always a string instead of \OCP\IUser
parent 3898b8c9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment