Docblock for clear()

8.0.x
Greg Dunlap 2012-02-17 14:17:29 -08:00
parent f4c3b094a7
commit b537f79f47
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ class DrupalConfig {
* Unsets value in this config object. * Unsets value in this config object.
* *
* @param $key * @param $key
* @todo * Name of the key whose value should be unset.
*/ */
public function clear($key) { public function clear($key) {
$parts = explode('.', $key); $parts = explode('.', $key);