X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fparser%2FParserOptions.php;h=2900f41a9768bc10dcbaeddd87bf81b79dc0f92c;hb=7b7736069f944600cda5b7a750c7ad7343be596c;hp=25c2aa45bc55a2dd1521c5424fa99e7a71f8216b;hpb=eb53a231a7ec3b5c8f42c056ba041b23ae181b1d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/ParserOptions.php b/includes/parser/ParserOptions.php index 25c2aa45bc..2900f41a97 100644 --- a/includes/parser/ParserOptions.php +++ b/includes/parser/ParserOptions.php @@ -20,6 +20,7 @@ * @file * @ingroup Parser */ +use Wikimedia\ScopedCallback; /** * @brief Set options of the Parser @@ -732,7 +733,6 @@ class ParserOptions { $this->mThumbSize = $user->getOption( 'thumbsize' ); $this->mStubThreshold = $user->getStubThreshold(); $this->mUserLang = $lang; - } /**