Index: trunk/phase3/includes/Title.php |
— | — | @@ -932,7 +932,7 @@ |
933 | 933 | /** |
934 | 934 | * Is this page "semi-protected" - the *only* protection is autoconfirm? |
935 | 935 | * |
936 | | - * @param @action \type{\string} Action to check (default: edit) |
| 936 | + * @param $action \type{\string} Action to check (default: edit) |
937 | 937 | * @return \type{\bool} |
938 | 938 | */ |
939 | 939 | public function isSemiProtected( $action = 'edit' ) { |
— | — | @@ -956,7 +956,7 @@ |
957 | 957 | |
958 | 958 | /** |
959 | 959 | * Does the title correspond to a protected article? |
960 | | - * @param $what \type{\string} the action the page is protected from, |
| 960 | + * @param $action \type{\string} the action the page is protected from, |
961 | 961 | * by default checks all actions. |
962 | 962 | * @return \type{\bool} |
963 | 963 | */ |