From: Siebrand Mazeland Date: Thu, 7 Nov 2013 21:48:37 +0000 (+0100) Subject: Set visibility on class properties of ReplacementArray X-Git-Tag: 1.31.0-rc.0~18233^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%22id_auteur=%24connect_id_auteur%22%29%20.%20%22?a=commitdiff_plain;h=26ebff9f100901f0a1b23616867b0cfcd00727bb;p=lhc%2Fweb%2Fwiklou.git Set visibility on class properties of ReplacementArray Usages in: Core: * HtmlFormatter: No referenced properties. * Language: No referenced properties. * LanguageConverter subclasses: I think there are no referenced properties here, but not 100% certain. * Tidy: No referenced properties. Extensions: * AbuseFilter: No referenced properties. * LiquidThreads: No referenced properties. * Transliterator: No referenced properties. * WYSIWIG: No referenced properties. Change-Id: I1b2e3360468cbfc803ab884f999437e9b8c3758d --- diff --git a/includes/utils/StringUtils.php b/includes/utils/StringUtils.php index 68f6fd78ba..c506a7676f 100644 --- a/includes/utils/StringUtils.php +++ b/includes/utils/StringUtils.php @@ -409,8 +409,8 @@ class HashtableReplacer extends Replacer { * Supports lazy initialisation of FSS resource */ class ReplacementArray { - /*mostly private*/ var $data = false; - /*mostly private*/ var $fss = false; + private $data = false; + private $fss = false; /** * Create an object with the specified replacement array