[Pkg-owncloud-commits] [owncloud] 435/457: Fix OCP PHPDoc

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:07:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 9e506abec3ea2c4031ee9602c892fd14c760343b
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Wed Jun 17 11:10:55 2015 +0200

    Fix OCP PHPDoc
    
    * was always a string instead of \OCP\IUser
---
 lib/public/iservercontainer.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/public/iservercontainer.php b/lib/public/iservercontainer.php
index 3ba5067..51bd00c 100644
--- a/lib/public/iservercontainer.php
+++ b/lib/public/iservercontainer.php
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list