From: Siebrand Mazeland Date: Thu, 7 Nov 2013 21:46:41 +0000 (+0100) Subject: Set visibility of class properties of HashtableReplacer X-Git-Tag: 1.31.0-rc.0~18233^2~1 X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites_tous%22%2C%22%22%29.%20%22?a=commitdiff_plain;h=14de776960a16e888ead8580f13110790a26f1bd;p=lhc%2Fweb%2Fwiklou.git Set visibility of class properties of HashtableReplacer Set to private. Not referenced in core or 600+ checked extensions. Change-Id: I7275aa99fb9e4c0c0df9756c1b3433884a71f04c --- diff --git a/includes/utils/StringUtils.php b/includes/utils/StringUtils.php index 167c268ea3..68f6fd78ba 100644 --- a/includes/utils/StringUtils.php +++ b/includes/utils/StringUtils.php @@ -384,7 +384,7 @@ class DoubleReplacer extends Replacer { * Class to perform replacement based on a simple hashtable lookup */ class HashtableReplacer extends Replacer { - var $table, $index; + private $table, $index; /** * @param $table