aboutsummaryrefslogtreecommitdiffstats
path: root/includes/objectcache/ObjectCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/objectcache/ObjectCache.php')
-rw-r--r--includes/objectcache/ObjectCache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/objectcache/ObjectCache.php b/includes/objectcache/ObjectCache.php
index d58bac509bfc..b4a02195b283 100644
--- a/includes/objectcache/ObjectCache.php
+++ b/includes/objectcache/ObjectCache.php
@@ -296,7 +296,7 @@ class ObjectCache {
* @since 1.35
* @return BagOStuff
*/
- public static function makeLocalServerCache() : BagOStuff {
+ public static function makeLocalServerCache(): BagOStuff {
$params = [
'reportDupes' => false,
// Even simple caches must use a keyspace (T247562)