Addshore has uploaded a new change for review.

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

Change subject: Use public instead of var in classes
......................................................................

Use public instead of var in classes

Change-Id: I7176f4bd2db09fd5b40668d6683431a46e8db365
---
M maintenance/forceSearchIndex.php
1 file changed, 9 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch 
refs/changes/69/154569/1

diff --git a/maintenance/forceSearchIndex.php b/maintenance/forceSearchIndex.php
index b9e8832..61ed117 100644
--- a/maintenance/forceSearchIndex.php
+++ b/maintenance/forceSearchIndex.php
@@ -38,15 +38,15 @@
 
 class ForceSearchIndex extends Maintenance {
        const SECONDS_BETWEEN_JOB_QUEUE_LENGTH_CHECKS = 3;
-       var $fromDate = null;
-       var $toDate = null;
-       var $toId = null;
-       var $indexUpdates;
-       var $limit;
-       var $queue;
-       var $maxJobs;
-       var $pauseForJobs;
-       var $namespace;
+       public $fromDate = null;
+       public $toDate = null;
+       public $toId = null;
+       public $indexUpdates;
+       public $limit;
+       public $queue;
+       public $maxJobs;
+       public $pauseForJobs;
+       public $namespace;
 
        public function __construct() {
                parent::__construct();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7176f4bd2db09fd5b40668d6683431a46e8db365
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
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