Document parameter in loadInputFromParameters
[lhc/web/wiklou.git] / includes / HTMLForm.php
index 63b8929..bc314fe 100644 (file)
@@ -179,7 +179,8 @@ class HTMLForm {
 
        /**
         * Initialise a new Object for the field
-        * @param $descriptor input Descriptor, as described above
+     * @param $fieldname string
+        * @param $descriptor string input Descriptor, as described above
         * @return HTMLFormField subclass
         */
        static function loadInputFromParameters( $fieldname, $descriptor ) {