diff --git a/core/lib/Drupal/Core/Config/DrupalConfig.php b/core/lib/Drupal/Core/Config/DrupalConfig.php index 514eb63a297..54397e7a03f 100644 --- a/core/lib/Drupal/Core/Config/DrupalConfig.php +++ b/core/lib/Drupal/Core/Config/DrupalConfig.php @@ -169,7 +169,7 @@ class DrupalConfig { * Unsets value in this config object. * * @param $key - * @todo + * Name of the key whose value should be unset. */ public function clear($key) { $parts = explode('.', $key);