From: Alexandre Emsenhuber Date: Tue, 4 May 2010 19:28:13 +0000 (+0000) Subject: Fixed some doxygen warnings X-Git-Tag: 1.31.0-rc.0~36943 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=fb6ee523a73704a31805fa3714b22467cb8e0ea2;p=lhc%2Fweb%2Fwiklou.git Fixed some doxygen warnings --- diff --git a/includes/specials/SpecialNewpages.php b/includes/specials/SpecialNewpages.php index 5bc34a5098..1dda941392 100644 --- a/includes/specials/SpecialNewpages.php +++ b/includes/specials/SpecialNewpages.php @@ -85,8 +85,8 @@ class SpecialNewpages extends SpecialPage { /** * Show a form for filtering namespace and username * - * @param string $par - * @return string + * @param $par String + * @return String */ public function execute( $par ) { global $wgLang, $wgOut; @@ -240,9 +240,8 @@ class SpecialNewpages extends SpecialPage { /** * Format a row, providing the timestamp, links to the page/history, size, user links, and a comment * - * @param $skin Skin to use * @param $result Result row - * @return string + * @return String */ public function formatRow( $result ) { global $wgLang, $wgContLang; @@ -293,7 +292,7 @@ class SpecialNewpages extends SpecialPage { * Should a specific result row provide "patrollable" links? * * @param $result Result row - * @return bool + * @return Boolean */ protected function patrollable( $result ) { global $wgUser; @@ -302,7 +301,8 @@ class SpecialNewpages extends SpecialPage { /** * Output a subscription feed listing recent edits to this page. - * @param string $type + * + * @param $type String */ protected function feed( $type ) { global $wgFeed, $wgFeedClasses, $wgFeedLimit;