From 14de776960a16e888ead8580f13110790a26f1bd Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 7 Nov 2013 22:46:41 +0100 Subject: [PATCH] Set visibility of class properties of HashtableReplacer Set to private. Not referenced in core or 600+ checked extensions. Change-Id: I7275aa99fb9e4c0c0df9756c1b3433884a71f04c --- includes/utils/StringUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1