[Pkg-owncloud-commits] [owncloud] 43/62: Fix OCP PHPDoc
    David Prévot 
    taffit at moszumanska.debian.org
       
    Tue Jun 23 23:39:37 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.0.5beta
in repository owncloud.
commit 7759a9118cfd30bf94593cfe350108f573fb3644
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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/public/iservercontainer.php b/lib/public/iservercontainer.php
index 193e2fd..a0cccc0 100644
--- a/lib/public/iservercontainer.php
+++ b/lib/public/iservercontainer.php
@@ -251,11 +251,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
 	 */
-	function getCertificateManager($user = null);
-	
+	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