diff options
Diffstat (limited to 'lib/public/IConfig.php')
-rw-r--r-- | lib/public/IConfig.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/IConfig.php b/lib/public/IConfig.php index 79dd72ca205..0e7a7523218 100644 --- a/lib/public/IConfig.php +++ b/lib/public/IConfig.php @@ -220,6 +220,7 @@ interface IConfig { * Get all user configs sorted by app of one user * * @param string $userId the userId of the user that we want to get all values from + * @psalm-return array<string, array<string, string>> * @return array[] - 2 dimensional array with the following structure: * [ $appId => * [ $key => $value ] |