summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/utils/MessageGroupStatesUpdaterJob.php')
-rw-r--r--MLEB/Translate/utils/MessageGroupStatesUpdaterJob.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLEB/Translate/utils/MessageGroupStatesUpdaterJob.php b/MLEB/Translate/utils/MessageGroupStatesUpdaterJob.php
index 7ad6ddd0..c40bc4ec 100644
--- a/MLEB/Translate/utils/MessageGroupStatesUpdaterJob.php
+++ b/MLEB/Translate/utils/MessageGroupStatesUpdaterJob.php
@@ -38,7 +38,7 @@ class MessageGroupStatesUpdaterJob extends Job {
/**
* @param Title $title
- * @return MessageGroupStatesUpdaterJob
+ * @return self
*/
public static function newJob( $title ) {
$job = new self( $title );