mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Fix PHPDoc
This commit is contained in:
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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue