Set visibility of class properties of HashtableReplacer
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 7 Nov 2013 21:46:41 +0000 (22:46 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 7 Nov 2013 21:46:41 +0000 (22:46 +0100)
Set to private. Not referenced in core or 600+ checked extensions.

Change-Id: I7275aa99fb9e4c0c0df9756c1b3433884a71f04c

includes/utils/StringUtils.php

index 167c268..68f6fd7 100644 (file)
@@ -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