jenkins-bot has submitted this change and it was merged.

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

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



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: merged
Gerrit-Change-Id: I997f6db5510c7a8b04e5f88b9603c6821a6c459f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to