[#36] Fix PHPDoc
This commit is contained in:
parent
6b42c72bf8
commit
021cd5257b
1 changed files with 2 additions and 2 deletions
|
@ -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)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue