diff --git a/CRM/Twingle/Form/Profile.php b/CRM/Twingle/Form/Profile.php index 90241c2..be9dd27 100644 --- a/CRM/Twingle/Form/Profile.php +++ b/CRM/Twingle/Form/Profile.php @@ -806,10 +806,10 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form { * Retrieves active groups used as mailing lists within the system as options * for select form elements. * - * @param $double_opt_in - * * @return array * + * @throws \CiviCRM_API3_Exception + * */ public static function getNewsletterGroups() { if (!isset(static::$_newsletterGroups)) {