From: Amir Sarabadani Date: Fri, 10 Mar 2017 09:42:43 +0000 (+0330) Subject: Fix mistake in ObjectCache doc X-Git-Tag: 1.31.0-rc.0~3825^2 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=bcf61a70808e3424598e7869b8d4ad321de4723d;p=lhc%2Fweb%2Fwiklou.git Fix mistake in ObjectCache doc Change-Id: Iafe3c460ca462aa160cfea6769fd78f8b023548c --- diff --git a/includes/objectcache/ObjectCache.php b/includes/objectcache/ObjectCache.php index 0a4f0ed3c5..cf9033b88f 100644 --- a/includes/objectcache/ObjectCache.php +++ b/includes/objectcache/ObjectCache.php @@ -359,7 +359,7 @@ class ObjectCache { * * @since 1.26 * @return WANObjectCache - * @deprecated Since 1.28 Use MediaWikiServices::getMainWANCache() + * @deprecated Since 1.28 Use MediaWikiServices::getMainWANObjectCache() */ public static function getMainWANInstance() { return MediaWikiServices::getInstance()->getMainWANObjectCache();