[Pkg-owncloud-commits] [owncloud] 100/457: Fix PHPDoc :see_no_evil:

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:05:36 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 694d639f94f04263d6010eff5cf76fc28bb6c001
Author: Lukas Reschke <lukas at owncloud.com>
Date:   Thu May 21 13:07:54 2015 +0200

    Fix PHPDoc :see_no_evil:
    
    *sigh*
---
 lib/private/user.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/user.php b/lib/private/user.php
index b367723..953d6a7 100644
--- a/lib/private/user.php
+++ b/lib/private/user.php
@@ -421,7 +421,7 @@ class OC_User {
 	/**
 	 * get the user id of the user currently logged in.
 	 *
-	 * @return string uid or false
+	 * @return string|bool uid or false
 	 */
 	public static function getUser() {
 		$uid = \OC::$server->getSession() ? \OC::$server->getSession()->get('user_id') : null;

-- 
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