зеркало из https://github.com/nextcloud/server.git
Fix some phpdoc
This commit is contained in:
Родитель
b6f44e9a1d
Коммит
2e97a4cd32
|
@ -49,6 +49,13 @@ class Preferences {
|
|||
protected $conn;
|
||||
|
||||
/**
|
||||
* 3 dimensional array with the following structure:
|
||||
* [ $userId =>
|
||||
* [ $appId =>
|
||||
* [ $key => $value ]
|
||||
* ]
|
||||
* ]
|
||||
*
|
||||
* @var array $cache
|
||||
*/
|
||||
protected $cache = array();
|
||||
|
@ -79,7 +86,8 @@ class Preferences {
|
|||
return $users;
|
||||
}
|
||||
|
||||
/**@param string $user
|
||||
/**
|
||||
* @param string $user
|
||||
* @return array[]
|
||||
*/
|
||||
protected function getUserValues($user) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче