Index: trunk/phase3/includes/HTMLForm.php |
— | — | @@ -179,7 +179,8 @@ |
180 | 180 | |
181 | 181 | /** |
182 | 182 | * Initialise a new Object for the field |
183 | | - * @param $descriptor input Descriptor, as described above |
| 183 | + * @param $fieldname string |
| 184 | + * @param $descriptor string input Descriptor, as described above |
184 | 185 | * @return HTMLFormField subclass |
185 | 186 | */ |
186 | 187 | static function loadInputFromParameters( $fieldname, $descriptor ) { |