diff options
Diffstat (limited to 'lib/private/appconfig.php')
-rw-r--r-- | lib/private/appconfig.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/private/appconfig.php b/lib/private/appconfig.php index a47e1ad49e6..a32c1126c7b 100644 --- a/lib/private/appconfig.php +++ b/lib/private/appconfig.php @@ -185,8 +185,6 @@ class AppConfig implements \OCP\IAppConfig { * @param string $app app * @param string $key key * @return bool - * - * Deletes a key. */ public function deleteKey($app, $key) { $where = array( @@ -217,8 +215,8 @@ class AppConfig implements \OCP\IAppConfig { /** * get multiply values, either the app or key can be used as wildcard by setting it to false * - * @param app - * @param key + * @param boolean $app + * @param string $key * @return array */ public function getValues($app, $key) { |