r71616 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71615‎ | r71616 | r71617 >
Date:02:19, 25 August 2010
Author:reedy
Status:deferred
Tags:
Comment:
Remove and update some comments
Modified paths:
  • /trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.hooks.php (modified) (history)
  • /trunk/extensions/ArticleAssessmentPilot/api/ApiListArticleAssessment.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.hooks.php
@@ -18,12 +18,12 @@
1919 );
2020
2121 return true;
22 - } //schema
 22+ }
2323
2424 /**
2525 * Make sure the table exists for parser tests
2626 * @param $tables
27 - * @return unknown_type
 27+ * @return bool
2828 */
2929 public static function parserTestTables( &$tables ) {
3030 $tables[] = 'article_assessment';
Index: trunk/extensions/ArticleAssessmentPilot/api/ApiListArticleAssessment.php
@@ -1,6 +1,6 @@
22 <?php
33 /**
4 - * Extend the API for ArticleAssessment
 4+ *
55 *
66 * @file
77 * @ingroup API
@@ -10,10 +10,6 @@
1111 parent::__construct( $query, $moduleName, 'aa' );
1212 }
1313
14 - /**
15 - * runs when the API is called with "articleasessment"
16 - * @see includes/api/ApiBase#execute()
17 - */
1814 public function execute() {
1915 $params = $this->extractRequestParams();
2016

Status & tagging log