X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Frcfeed%2FRCFeedEngine.php;h=0b0cd86951acd3f60926eb6e9293bf04f4b9e1a5;hb=0c86649f4b683598761eaeb01929984adb373b0b;hp=066ecbe775d4bb9f61ee98534158ef636b7f8385;hpb=280cb03b4d87e864a723686daf5d1699b3566ec1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/rcfeed/RCFeedEngine.php b/includes/rcfeed/RCFeedEngine.php index 066ecbe775..0b0cd86951 100644 --- a/includes/rcfeed/RCFeedEngine.php +++ b/includes/rcfeed/RCFeedEngine.php @@ -28,10 +28,10 @@ interface RCFeedEngine { /** * Sends some text to the specified live feed. * - * @see RecentChange::cleanupForIRC + * @see IRCColourfulRCFeedFormatter::cleanupForIRC * @param array $feed The feed, as configured in an associative array * @param string $line The text to send - * @return bool success + * @return bool Success */ public function send( array $feed, $line ); }