Hoo man has submitted this change and it was merged.

Change subject: Update method documentation
......................................................................


Update method documentation

Change-Id: I7b453e7b97bd886b02288fcd2d8c77a8c6c06e97
---
M RenameUserJob.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Hoo man: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/RenameUserJob.php b/RenameUserJob.php
index a55cca2..d2dc14c 100644
--- a/RenameUserJob.php
+++ b/RenameUserJob.php
@@ -3,12 +3,12 @@
  * Custom job to perform updates on tables in busier environments
  */
 class RenameUserJob extends Job {
-
        /**
         * Constructor
         *
         * @param Title $title Associated title
         * @param array $params Job parameters
+        * @param int $id
         */
        public function __construct( $title, $params = array(), $id = 0 ) {
                parent::__construct( 'renameUser', $title, $params, $id );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7b453e7b97bd886b02288fcd2d8c77a8c6c06e97
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Renameuser
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to