Merge "Remove underscore from classes RevDel_*"
[lhc/web/wiklou.git] / includes / rcfeed / RCFeedEngine.php
index 022e317..066ecbe 100644 (file)
@@ -29,9 +29,9 @@ interface RCFeedEngine {
         * Sends some text to the specified live feed.
         *
         * @see RecentChange::cleanupForIRC
-        * @param array $feed The feed, as configured in an associative array.
-        * @param string $line The text to send.
-        * @return boolean success
+        * @param array $feed The feed, as configured in an associative array
+        * @param string $line The text to send
+        * @return bool success
         */
        public function send( array $feed, $line );
 }