Of course EmailNotification::updateWatchlistTimestamp returns users ids
authoraddshore <addshorewiki@gmail.com>
Tue, 13 Oct 2015 16:30:04 +0000 (17:30 +0100)
committeraddshore <addshorewiki@gmail.com>
Tue, 13 Oct 2015 16:30:04 +0000 (17:30 +0100)
Change-Id: I04b2a8f97527c2bcd3f993b60e4100915b7f4c18

includes/mail/EmailNotification.php

index 31dd395..044bb53 100644 (file)
@@ -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;