Merge pull request #16499 from owncloud/fix-phpdoc-annotations
Fix PHPDoc 🙈
This commit is contained in:
commit
94077caea9
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,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;
|
||||
|
|
Loading…
Reference in a new issue