From 22b9599cda789a63aa0dc7c8dbf07a41be93174d Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sat, 24 Oct 2015 23:41:44 +0100 Subject: [PATCH] objectcache: Remove outdated comment about back-compat defaults Follows-up 0dd27b1da9e. Change-Id: Ic21b02d93d6047eb4713dfec3cbb2fff4d51fdff --- includes/libs/objectcache/MemcachedBagOStuff.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.20.1