Docblock for clear()
parent
f4c3b094a7
commit
b537f79f47
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue