Index: trunk/extensions/AbuseFilter/AbuseFilter.hooks.php |
— | — | @@ -8,10 +8,12 @@ |
9 | 9 | // Hooray! |
10 | 10 | |
11 | 11 | /** |
12 | | - * @param $editor |
13 | | - * @param $text |
14 | | - * @param $error |
15 | | - * @param $summary |
| 12 | + * Entry points for MediaWiki hook 'EditFilterMerged' |
| 13 | + * |
| 14 | + * @param $editor EditPage instance (object) |
| 15 | + * @param $text Content of the edit box |
| 16 | + * @param &$error Error message to return |
| 17 | + * @param $summary Edit summary for page |
16 | 18 | * @return bool |
17 | 19 | */ |
18 | 20 | public static function onEditFilterMerged( $editor, $text, &$error, $summary ) { |