jquery.ui.datepicker: Support sr-ec as user interface language
[lhc/web/wiklou.git] / includes / rcfeed / RCFeedEngine.php
index 066ecbe..0b0cd86 100644 (file)
@@ -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 );
 }