From: Timo Tijhof Date: Sat, 24 Oct 2015 22:41:44 +0000 (+0100) Subject: objectcache: Remove outdated comment about back-compat defaults X-Git-Tag: 1.31.0-rc.0~9261 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=22b9599cda789a63aa0dc7c8dbf07a41be93174d;p=lhc%2Fweb%2Fwiklou.git objectcache: Remove outdated comment about back-compat defaults Follows-up 0dd27b1da9e. Change-Id: Ic21b02d93d6047eb4713dfec3cbb2fff4d51fdff --- diff --git a/includes/libs/objectcache/MemcachedBagOStuff.php b/includes/libs/objectcache/MemcachedBagOStuff.php index 749c6d3acf..ef6b3c7a94 100644 --- a/includes/libs/objectcache/MemcachedBagOStuff.php +++ b/includes/libs/objectcache/MemcachedBagOStuff.php @@ -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 */