Siebrand has uploaded a new change for review.

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


Change subject: Set visibility on class properties of DoubleRedirectJob
......................................................................

Set visibility on class properties of DoubleRedirectJob

Change-Id: I997f6db5510c7a8b04e5f88b9603c6821a6c459f
---
M includes/job/jobs/DoubleRedirectJob.php
1 file changed, 11 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/14/97514/1

diff --git a/includes/job/jobs/DoubleRedirectJob.php 
b/includes/job/jobs/DoubleRedirectJob.php
index ab8aef9..24b5521 100644
--- a/includes/job/jobs/DoubleRedirectJob.php
+++ b/includes/job/jobs/DoubleRedirectJob.php
@@ -27,12 +27,18 @@
  * @ingroup JobQueue
  */
 class DoubleRedirectJob extends Job {
-       var $reason, $redirTitle;
-
-       /**
-        * @var User
+       /** @var string Reason for the change, 'maintenance' or 'move'. Suffix 
fo
+        *    message key 'double-redirect-fixed-'.
         */
-       static $user;
+       private $reason;
+
+       /** @var Title The title which has changed, redirects pointing to this
+        *    title are fixed
+        */
+       private $redirTitle;
+
+       /** @var User */
+       private static $user;
 
        /**
         * Insert jobs into the job queue to fix redirects to the given title

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I997f6db5510c7a8b04e5f88b9603c6821a6c459f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

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

Reply via email to