aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/IConfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/IConfig.php')
-rw-r--r--lib/public/IConfig.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/public/IConfig.php b/lib/public/IConfig.php
index b7feabd0ef5..3bc64c5e133 100644
--- a/lib/public/IConfig.php
+++ b/lib/public/IConfig.php
@@ -206,9 +206,9 @@ interface IConfig {
* @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 ]
- * ]
+ * [ $appId =>
+ * [ $key => $value ]
+ * ]
* @since 24.0.0
*/
public function getAllUserValues(string $userId): array;
@@ -245,7 +245,8 @@ interface IConfig {
* @param string $appName the app to get the user for
* @param string $key the key to get the user for
* @param string $value the value to get the user for
- * @return array of user IDs
+ * @return list<string> of user IDs
+ * @since 31.0.0 return type of `list<string>`
* @since 8.0.0
*/
public function getUsersForUserValue($appName, $key, $value);