[#36] Fix PHPDoc

This commit is contained in:
Jens Schuppe 2020-08-14 10:48:50 +02:00
parent 6b42c72bf8
commit 021cd5257b

View file

@ -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 * Retrieves active groups used as mailing lists within the system as options
* for select form elements. * for select form elements.
* *
* @param $double_opt_in
*
* @return array * @return array
* *
* @throws \CiviCRM_API3_Exception
*
*/ */
public static function getNewsletterGroups() { public static function getNewsletterGroups() {
if (!isset(static::$_newsletterGroups)) { if (!isset(static::$_newsletterGroups)) {