aboutsummaryrefslogtreecommitdiffstats
path: root/includes/objectcache/ObjectCache.php
diff options
context:
space:
mode:
authorTimo Tijhof <krinkle@fastmail.com>2024-03-27 12:11:49 -0700
committerTimo Tijhof <krinkle@fastmail.com>2024-03-27 12:11:49 -0700
commita400de795b81b72e6b9bc0bc86a00d9cd52d1a8f (patch)
treeabe2db0d99d5bca3f119f8a90e2ac324a238fcf7 /includes/objectcache/ObjectCache.php
parent2a65e7f28135a0e50d1b34ceaa499c28843b27b0 (diff)
downloadmediawikicore-a400de795b81b72e6b9bc0bc86a00d9cd52d1a8f.tar.gz
mediawikicore-a400de795b81b72e6b9bc0bc86a00d9cd52d1a8f.zip
objectcache: Fix typo in getLocalServerInstance deprecation notice
Bug: T358346 Change-Id: I16a5f588707b2e79ed5340ec8f0aec96195aa577
Diffstat (limited to 'includes/objectcache/ObjectCache.php')
-rw-r--r--includes/objectcache/ObjectCache.php4
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