Merge "Improve documentation of constants throughout the codebase"
[lhc/web/wiklou.git] / includes / watcheditem / NoWriteWatchedItemStore.php
index eabdb07..fc95ebc 100644 (file)
@@ -149,4 +149,7 @@ class NoWriteWatchedItemStore implements WatchedItemStoreInterface {
                throw new DBReadOnlyError( null, self::DB_READONLY_ERROR );
        }
 
+       public function getLatestNotificationTimestamp( $timestamp, User $user, LinkTarget $target ) {
+               return wfTimestampOrNull( TS_MW, $timestamp );
+       }
 }