diff options
Diffstat (limited to 'lib/private/appconfig.php')
-rw-r--r-- | lib/private/appconfig.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/private/appconfig.php b/lib/private/appconfig.php index 4dbbfbcf85d..5da0a7e906b 100644 --- a/lib/private/appconfig.php +++ b/lib/private/appconfig.php @@ -180,8 +180,6 @@ class OC_Appconfig { * @param string $app app * @param string $key key * @return bool - * - * Deletes a key. */ public static function deleteKey($app, $key) { // Boring! @@ -213,8 +211,6 @@ class OC_Appconfig { /** * 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 |