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

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



diff --git a/RelatedArticles.class.php b/RelatedArticles.class.php
index 559bfda..393a9b9 100644
--- a/RelatedArticles.class.php
+++ b/RelatedArticles.class.php
@@ -1,7 +1,7 @@
 <?php
 
 class RelatedArticles {
-       var $mRelatedArticlesSet = array();
+       public $mRelatedArticlesSet = array();
 
        /**
         * @param Parser $parser

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

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