diff options
Diffstat (limited to 'includes/objectcache/ObjectCache.php')
-rw-r--r-- | includes/objectcache/ObjectCache.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/objectcache/ObjectCache.php b/includes/objectcache/ObjectCache.php index 129bb46d1268..dab2eaf1e194 100644 --- a/includes/objectcache/ObjectCache.php +++ b/includes/objectcache/ObjectCache.php @@ -156,9 +156,7 @@ class ObjectCache { } /** - * @deprecated since 1.42, Use ObjectCacheFactory::getLocaServerInstance() - * @see ObjectCacheFactory::getLocalServerInstance() - * + * @deprecated since 1.42, Use ObjectCacheFactory::getLocalServerInstance() * @param int|string|array $fallback Fallback cache or parameter map with 'fallback' * @return BagOStuff * @throws InvalidArgumentException |