objectcache: Remove outdated comment about back-compat defaults

Follows-up 0dd27b1da9.

Change-Id: Ic21b02d93d6047eb4713dfec3cbb2fff4d51fdff
This commit is contained in:
Timo Tijhof 2015-10-24 23:41:44 +01:00
parent ce5fc7150f
commit 22b9599cda

View file

@ -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
*/