diff --git a/lib/private/preferences.php b/lib/private/preferences.php index 0c1e34d1d3..d5b36b1f22 100644 --- a/lib/private/preferences.php +++ b/lib/private/preferences.php @@ -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) {