X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fparser%2FParserOptions.php;h=5fa52ff39efcb681299e016921639954210df504;hb=08762b02deb017e53c3d67a8b3f8e983758cb67f;hp=ffcde30329abab5a26d03dee75aec0d7a4ceb5b9;hpb=aa21e125a34e8ca44e05d5dd96bb28562ec8e347;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/ParserOptions.php b/includes/parser/ParserOptions.php index ffcde30329..5fa52ff39e 100644 --- a/includes/parser/ParserOptions.php +++ b/includes/parser/ParserOptions.php @@ -25,7 +25,7 @@ * @brief Set options of the Parser * * All member variables are supposed to be private in theory, although in - * practise this is not the case. + * practice this is not the case. * * @ingroup Parser */ @@ -639,7 +639,6 @@ class ParserOptions { $wgCleanSignatures, $wgExternalLinkTarget, $wgExpensiveParserFunctionLimit, $wgMaxGeneratedPPNodeCount, $wgDisableLangConversion, $wgDisableTitleConversion; - // *UPDATE* ParserOptions::matches() if any of this changes as needed $this->mInterwikiMagic = $wgInterwikiMagic; $this->mAllowExternalImages = $wgAllowExternalImages; @@ -670,6 +669,7 @@ class ParserOptions { * * This ignores report limit settings that only affect HTML comments * + * @param ParserOptions $other * @return bool * @since 1.25 */