From: addshore Date: Tue, 13 Oct 2015 16:30:04 +0000 (+0100) Subject: Of course EmailNotification::updateWatchlistTimestamp returns users ids X-Git-Tag: 1.31.0-rc.0~9415^2 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=06b3acc3331ddea7a2a55a74c289a59a914bf8a8;p=lhc%2Fweb%2Fwiklou.git Of course EmailNotification::updateWatchlistTimestamp returns users ids Change-Id: I04b2a8f97527c2bcd3f993b60e4100915b7f4c18 --- diff --git a/includes/mail/EmailNotification.php b/includes/mail/EmailNotification.php index 31dd395128..044bb5343d 100644 --- a/includes/mail/EmailNotification.php +++ b/includes/mail/EmailNotification.php @@ -76,7 +76,7 @@ class EmailNotification { * timestamp will not be updated(they have already seen it) * @param Title $title The title to update timestamps for * @param string $timestamp Set the update timestamp to this value - * @return int[] + * @return int[] Array of user IDs */ public static function updateWatchlistTimestamp( User $editor, Title $title, $timestamp ) { global $wgEnotifWatchlist, $wgShowUpdatedMarker;