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: I7176f4bd2db09fd5b40668d6683431a46e8db365
---
M maintenance/forceSearchIndex.php
1 file changed, 9 insertions(+), 9 deletions(-)

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



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: merged
Gerrit-Change-Id: I7176f4bd2db09fd5b40668d6683431a46e8db365
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Manybubbles <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to