Fix PHPDoc

This commit is contained in:
Thomas Müller 2016-02-17 16:13:37 +01:00 committed by Roeland Jago Douma
parent 0d0151a3e1
commit 8e36678873

View file

@ -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) {