From 5244818a730ac3320e9066f68d85a5b4368397f9 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 11 Aug 2023 18:32:33 +1200 Subject: [PATCH] Clarify doc-block of for form variable --- CRM/Event/Form/Registration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Event/Form/Registration.php b/CRM/Event/Form/Registration.php index ebde060eb3..97902a4174 100644 --- a/CRM/Event/Form/Registration.php +++ b/CRM/Event/Form/Registration.php @@ -566,12 +566,12 @@ class CRM_Event_Form_Registration extends CRM_Core_Form { /** * Initiate event fee. * - * @param CRM_Core_Form $form + * @param \CRM_Event_Form_Participant|\CRM_Event_Form_Registration|\CRM_Event_Form_ParticipantFeeSelection|\CRM_Event_Form_Task_Register $form * @param int $eventID * @param bool $doNotIncludeExpiredFields * See CRM-16456. * - * @throws Exception + * @throws \CRM_Core_Exception */ public static function initEventFee(&$form, $eventID, $doNotIncludeExpiredFields = TRUE) { // get price info -- 2.25.1