diff options
author | Timo Tijhof <krinkle@fastmail.com> | 2024-03-27 12:11:49 -0700 |
---|---|---|
committer | Timo Tijhof <krinkle@fastmail.com> | 2024-03-27 12:11:49 -0700 |
commit | a400de795b81b72e6b9bc0bc86a00d9cd52d1a8f (patch) | |
tree | abe2db0d99d5bca3f119f8a90e2ac324a238fcf7 /includes/objectcache/ObjectCache.php | |
parent | 2a65e7f28135a0e50d1b34ceaa499c28843b27b0 (diff) | |
download | mediawikicore-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.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 |