objectcache: Remove outdated comment about back-compat defaults
authorTimo Tijhof <krinklemail@gmail.com>
Sat, 24 Oct 2015 22:41:44 +0000 (23:41 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Sat, 24 Oct 2015 22:41:44 +0000 (23:41 +0100)
Follows-up 0dd27b1da9e.

Change-Id: Ic21b02d93d6047eb4713dfec3cbb2fff4d51fdff

includes/libs/objectcache/MemcachedBagOStuff.php

index 749c6d3..ef6b3c7 100644 (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
         */