diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-06-17 15:47:45 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-06-17 15:47:45 +0200 |
commit | 6856316122a9aad1fe5a3068f20eb40a3ed80c10 (patch) | |
tree | bce6b537e6eb233e05fce96edf70e469779011bd /lib/public | |
parent | a89bb1d3839b80f8846b0ed9e462a42065d4ad9f (diff) | |
download | nextcloud-server-6856316122a9aad1fe5a3068f20eb40a3ed80c10.tar.gz nextcloud-server-6856316122a9aad1fe5a3068f20eb40a3ed80c10.zip |
Fix return value for OCP PHPDoc
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/iservercontainer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/iservercontainer.php b/lib/public/iservercontainer.php index 51bd00c6b6f..27702803207 100644 --- a/lib/public/iservercontainer.php +++ b/lib/public/iservercontainer.php @@ -316,7 +316,7 @@ interface IServerContainer { * Get the certificate manager for the user * * @param string $userId (optional) if not specified the current loggedin user is used - * @return \OCP\ICertificateManager + * @return \OCP\ICertificateManager | null if $userId is null and no user is logged in * @since 8.0.0 */ public function getCertificateManager($userId = null); |