r65914 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65913‎ | r65914 | r65915 >
Date:19:28, 4 May 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/includes/specials/SpecialNewpages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialNewpages.php
@@ -85,8 +85,8 @@
8686 /**
8787 * Show a form for filtering namespace and username
8888 *
89 - * @param string $par
90 - * @return string
 89+ * @param $par String
 90+ * @return String
9191 */
9292 public function execute( $par ) {
9393 global $wgLang, $wgOut;
@@ -240,9 +240,8 @@
241241 /**
242242 * Format a row, providing the timestamp, links to the page/history, size, user links, and a comment
243243 *
244 - * @param $skin Skin to use
245244 * @param $result Result row
246 - * @return string
 245+ * @return String
247246 */
248247 public function formatRow( $result ) {
249248 global $wgLang, $wgContLang;
@@ -293,7 +292,7 @@
294293 * Should a specific result row provide "patrollable" links?
295294 *
296295 * @param $result Result row
297 - * @return bool
 296+ * @return Boolean
298297 */
299298 protected function patrollable( $result ) {
300299 global $wgUser;
@@ -302,7 +301,8 @@
303302
304303 /**
305304 * Output a subscription feed listing recent edits to this page.
306 - * @param string $type
 305+ *
 306+ * @param $type String
307307 */
308308 protected function feed( $type ) {
309309 global $wgFeed, $wgFeedClasses, $wgFeedLimit;

Status & tagging log