From 9993fcab05d9a84c287cdd90e7a9079b0d4e4618 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Wed, 13 Mar 2013 18:16:37 -0700 Subject: [PATCH] Corrected PHPDocs for the validation function in the base element class --- elements/element.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/elements/element.class.php b/elements/element.class.php index f41823e..3ccbd43 100644 --- a/elements/element.class.php +++ b/elements/element.class.php @@ -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) {