Corrected PHPDocs for the validation function in the base element class
This commit is contained in:
parent
46c0877905
commit
9993fcab05
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ class customcert_element_base {
|
||||||
* Can be overridden if more functionality is needed.
|
* Can be overridden if more functionality is needed.
|
||||||
*
|
*
|
||||||
* @param array $data the submitted data
|
* @param array $data the submitted data
|
||||||
|
* @param array $files the submitted files
|
||||||
* @return array the validation errors
|
* @return array the validation errors
|
||||||
*/
|
*/
|
||||||
public function validate_form_elements($data, $files) {
|
public function validate_form_elements($data, $files) {
|
||||||
|
|
Loading…
Reference in a new issue