Index: trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.hooks.php |
— | — | @@ -18,12 +18,12 @@ |
19 | 19 | ); |
20 | 20 | |
21 | 21 | return true; |
22 | | - } //schema |
| 22 | + } |
23 | 23 | |
24 | 24 | /** |
25 | 25 | * Make sure the table exists for parser tests |
26 | 26 | * @param $tables |
27 | | - * @return unknown_type |
| 27 | + * @return bool |
28 | 28 | */ |
29 | 29 | public static function parserTestTables( &$tables ) { |
30 | 30 | $tables[] = 'article_assessment'; |
Index: trunk/extensions/ArticleAssessmentPilot/api/ApiListArticleAssessment.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Extend the API for ArticleAssessment |
| 4 | + * |
5 | 5 | * |
6 | 6 | * @file |
7 | 7 | * @ingroup API |
— | — | @@ -10,10 +10,6 @@ |
11 | 11 | parent::__construct( $query, $moduleName, 'aa' ); |
12 | 12 | } |
13 | 13 | |
14 | | - /** |
15 | | - * runs when the API is called with "articleasessment" |
16 | | - * @see includes/api/ApiBase#execute() |
17 | | - */ |
18 | 14 | public function execute() { |
19 | 15 | $params = $this->extractRequestParams(); |
20 | 16 | |