jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Chad: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I7275aa99fb9e4c0c0df9756c1b3433884a71f04c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to