Corrected PHPDocs for the validation function in the base element class

This commit is contained in:
Mark Nelson 2013-03-13 18:16:37 -07:00
parent 46c0877905
commit 9993fcab05

View file

@ -119,6 +119,7 @@ class customcert_element_base {
* Can be overridden if more functionality is needed.
*
* @param array $data the submitted data
* @param array $files the submitted files
* @return array the validation errors
*/
public function validate_form_elements($data, $files) {