objectcache: Remove outdated comment about back-compat defaults
Follows-up 0dd27b1da9.
Change-Id: Ic21b02d93d6047eb4713dfec3cbb2fff4d51fdff
This commit is contained in:
parent
ce5fc7150f
commit
22b9599cda
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ class MemcachedBagOStuff extends BagOStuff {
|
|||
protected $client;
|
||||
|
||||
/**
|
||||
* Fill in the defaults for any parameters missing from $params, using the
|
||||
* backwards-compatible global variables
|
||||
* Fill in some defaults for missing keys in $params.
|
||||
*
|
||||
* @param array $params
|
||||
* @return array
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue