From 5357695270161bce1f6dbaccc96645791f17a013 Mon Sep 17 00:00:00 2001 From: libraryupgrader Date: Thu, 22 Jul 2021 03:11:47 +0000 Subject: build: Updating dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit composer: * mediawiki/mediawiki-codesniffer: 36.0.0 → 37.0.0 The following sniffs now pass and were enabled: * Generic.ControlStructures.InlineControlStructure * MediaWiki.PHPUnit.AssertCount.NotUsed npm: * svgo: 2.3.0 → 2.3.1 * https://npmjs.com/advisories/1754 (CVE-2021-33587) Change-Id: I2a9bbee2fecbf7259876d335f565ece4b3622426 --- includes/objectcache/ObjectCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/objectcache/ObjectCache.php') 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) -- cgit v1.2.3