Addshore has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/154620

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/IndexFunction 
refs/changes/20/154620/1

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: newchange
Gerrit-Change-Id: I3528868f1e5eb309f2dd47a7ff38addca7b1945e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/IndexFunction
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>

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

Reply via email to