X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSetup.php;h=3d5bee2a0810e1b70ab985949facfa071d9a3325;hb=50ea235528289fa3b7b31a2281c6c7683053b7f4;hp=ac00fab74196bf07512c87ecc996c543b20c2359;hpb=10d1b7d12b5d097413cd507740c5c71781c2580b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Setup.php b/includes/Setup.php index ac00fab741..3d5bee2a08 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -687,7 +687,7 @@ $messageMemc = wfGetMessageCacheStorage(); /** * @deprecated since 1.30 */ -$parserMemc = new DeprecatedGlobal( 'parserMemc', function() { +$parserMemc = new DeprecatedGlobal( 'parserMemc', function () { return MediaWikiServices::getInstance()->getParserCache()->getCacheStorage(); }, '1.30' );