X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Frcfeed%2FRCFeedFormatter.php;h=f7e62ee6cfd60141513b21e6f7da1adc7290a82c;hb=d503ac7c9433a36358b1db27c6365167ea869832;hp=2f156598d314f2611dfa32b88b296ec993136a4e;hpb=15cb0501f6bc24d368a0b4c9181028831fe16cb3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/rcfeed/RCFeedFormatter.php b/includes/rcfeed/RCFeedFormatter.php index 2f156598d3..f7e62ee6cf 100644 --- a/includes/rcfeed/RCFeedFormatter.php +++ b/includes/rcfeed/RCFeedFormatter.php @@ -32,7 +32,8 @@ interface RCFeedFormatter { * @param RecentChange $rc The RecentChange object showing what sort * of event has taken place. * @param string|null $actionComment - * @return string The text to send. + * @return string|null The text to send. If the formatter returns null, + * the line will not be sent. */ public function getLine( array $feed, RecentChange $rc, $actionComment ); }