diff options
Diffstat (limited to 'lib/private/legacy/config.php')
-rw-r--r-- | lib/private/legacy/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/config.php b/lib/private/legacy/config.php index 6c2103179ab..76a53d3f627 100644 --- a/lib/private/legacy/config.php +++ b/lib/private/legacy/config.php @@ -51,7 +51,7 @@ class OC_Config { /** * @brief Lists all available config keys - * @return array with key names + * @return array an array of key names * * This function returns all keys saved in config.php. Please note that it * does not return the values. |