diff options
Diffstat (limited to 'lib/public/IAppConfig.php')
-rw-r--r-- | lib/public/IAppConfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/IAppConfig.php b/lib/public/IAppConfig.php index 7ab70fb04bf..cf387a8a44c 100644 --- a/lib/public/IAppConfig.php +++ b/lib/public/IAppConfig.php @@ -62,7 +62,7 @@ interface IAppConfig { /** * Get all apps using the config - * @return array an array of app ids + * @return string[] an array of app ids * * This function returns a list of all apps that have at least one * entry in the appconfig table. |