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: I3528868f1e5eb309f2dd47a7ff38addca7b1945e
---
M IndexFunction_body.php
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/IndexFunction_body.php b/IndexFunction_body.php
index 0ce7555..711c9a7 100644
--- a/IndexFunction_body.php
+++ b/IndexFunction_body.php
@@ -6,8 +6,8 @@
 */
 
 class IndexFunction {
-       var $mTo = array(); // An array of titles for pages being indexed
-       var $mFrom = null; // A title object representing the index-title
+       public $mTo = array(); // An array of titles for pages being indexed
+       public $mFrom = null; // A title object representing the index-title
 
        function __construct() {}
 

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

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