ObjectCacheSessionHandler::getCache() returns BagOStuff
authorKunal Mehta <legoktm@gmail.com>
Thu, 13 Nov 2014 20:53:50 +0000 (12:53 -0800)
committerKunal Mehta <legoktm@gmail.com>
Thu, 13 Nov 2014 20:53:50 +0000 (12:53 -0800)
Change-Id: I7f514857154297c7033dd26af97b6ac83c13f104

includes/objectcache/ObjectCacheSessionHandler.php

index cdf8da1..40b40d1 100644 (file)
@@ -49,7 +49,7 @@ class ObjectCacheSessionHandler {
 
        /**
         * Get the cache storage object to use for session storage
-        * @return ObjectCache
+        * @return BagOStuff
         */
        static function getCache() {
                global $wgSessionCacheType;