From 021cd5257b5f958c85d1aee00aece78cce63c381 Mon Sep 17 00:00:00 2001 From: Jens Schuppe Date: Fri, 14 Aug 2020 10:48:50 +0200 Subject: [PATCH] [#36] Fix PHPDoc --- CRM/Twingle/Form/Profile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) {