Siebrand has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/94252


Change subject: Set visibility of class properties of HashtableReplacer
......................................................................

Set visibility of class properties of HashtableReplacer

Set to private. Not referenced in core or 600+ checked extensions.

Change-Id: I7275aa99fb9e4c0c0df9756c1b3433884a71f04c
---
M includes/utils/StringUtils.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/52/94252/1

diff --git a/includes/utils/StringUtils.php b/includes/utils/StringUtils.php
index 167c268..68f6fd7 100644
--- a/includes/utils/StringUtils.php
+++ b/includes/utils/StringUtils.php
@@ -384,7 +384,7 @@
  * Class to perform replacement based on a simple hashtable lookup
  */
 class HashtableReplacer extends Replacer {
-       var $table, $index;
+       private $table, $index;
 
        /**
         * @param $table

-- 
To view, visit https://gerrit.wikimedia.org/r/94252
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7275aa99fb9e4c0c0df9756c1b3433884a71f04c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to