Addshore has uploaded a new change for review.
https://gerrit.wikimedia.org/r/154622
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Insider
refs/changes/22/154622/1
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: newchange
Gerrit-Change-Id: I5bdcecbf07a7e1aa8691320b607410faebf012c0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Insider
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits