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

Change subject: Use public instead of var in classes
......................................................................


Use public instead of var in classes

Change-Id: I709dd59e4d9490338ac1b1f4a177325c982b2c8c
---
M HashTables.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/HashTables.php b/HashTables.php
index c001acd..81bd156 100644
--- a/HashTables.php
+++ b/HashTables.php
@@ -66,7 +66,7 @@
         * @var array
         * @private
         */
-    var $mHashTables = array();
+    public $mHashTables = array();
 
        /**
         * Sets up parser functions

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I709dd59e4d9490338ac1b1f4a177325c982b2c8c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/HashTables
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to