X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Frcfeed%2FRCFeedFormatter.php;h=f7e62ee6cfd60141513b21e6f7da1adc7290a82c;hb=c4145b2f087c0d8f46191456aa0e4cf83e7b1ba1;hp=2f156598d314f2611dfa32b88b296ec993136a4e;hpb=a76af536004a770835fe65f747c022f1e42c4e3f;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 ); }