Fix PHPDoc

remotes/origin/users-ajaxloadgroups
Thomas Müller 2016-02-17 16:13:37 +07:00 committed by Roeland Jago Douma
parent 0d0151a3e1
commit 8e36678873
1 changed files with 1 additions and 1 deletions

@ -329,7 +329,7 @@ class OC_API {
/**
* http basic auth
* @return string (username, or false on failure)
* @return string|false (username, or false on failure)
*/
private static function loginUser() {
if(self::$isLoggedIn === true) {