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: I5bdcecbf07a7e1aa8691320b607410faebf012c0
---
M Insider.class.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/Insider.class.php b/Insider.class.php
index 8785c36..c4fea80 100644
--- a/Insider.class.php
+++ b/Insider.class.php
@@ -1,7 +1,7 @@
 <?php
 
 class Insider {
-       var $mInsiderSet = array();
+       public $mInsiderSet = array();
 
        /**
         * @param Parser $parser

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5bdcecbf07a7e1aa8691320b607410faebf012c0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Insider
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