Index: trunk/phase3/includes/api/ApiMain.php |
— | — | @@ -447,6 +447,7 @@ |
448 | 448 | |
449 | 449 | /** |
450 | 450 | * Check the max lag if necessary |
| 451 | + * @param $module ApiBase object: Api module being used |
451 | 452 | * @param $params Array an array containing the request parameters. |
452 | 453 | * @return boolean True on success, false should exit immediately |
453 | 454 | */ |
Index: trunk/phase3/includes/api/ApiBase.php |
— | — | @@ -537,7 +537,7 @@ |
538 | 538 | |
539 | 539 | /** |
540 | 540 | * Return true if we're to watch the page, false if not, null if no change. |
541 | | - * @param $watch String Valid values: 'watch', 'unwatch', 'preferences', 'nochange' |
| 541 | + * @param $watchlist String Valid values: 'watch', 'unwatch', 'preferences', 'nochange' |
542 | 542 | * @param $titleObj Title (optional) the page under consideration |
543 | 543 | * @returns mixed |
544 | 544 | */ |