From 780422d741f316c8845fda57c1d1a53d42e1d00c Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 25 Apr 2015 15:29:48 -0600 Subject: [PATCH] minor comment fix --- CRM/Event/Form/Registration.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Event/Form/Registration.php b/CRM/Event/Form/Registration.php index 75783bbff1..8cc9e4db35 100644 --- a/CRM/Event/Form/Registration.php +++ b/CRM/Event/Form/Registration.php @@ -1196,6 +1196,8 @@ WHERE v.option_group_id = g.id /** * Reset values for all options those are full. * + * @param array $optionFullIds + * @param $form */ public static function resetElementValue($optionFullIds = array(), &$form) { if (!is_array($optionFullIds) || @@ -1266,6 +1268,7 @@ WHERE v.option_group_id = g.id /** * @param string $elementName * @param array $optionIds + * @param CRM_Core_form $form */ public static function resetSubmittedValue($elementName, $optionIds = array(), &$form) { if (empty($elementName) || -- 2.25.1