X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FWidget%2FWidget.php;h=cf22c5933391a883f757236b76c566824a2c7a69;hb=c3d2bf84c6cd14ef48f719df9c323e04daa874ab;hp=bc7d526f046a6924f867666bb547cf73708f51ae;hpb=ef10e0b52408ba266239a859756d757a10348228;p=civicrm-core.git diff --git a/CRM/Widget/Widget.php b/CRM/Widget/Widget.php index bc7d526f04..cf22c59333 100644 --- a/CRM/Widget/Widget.php +++ b/CRM/Widget/Widget.php @@ -62,7 +62,7 @@ class CRM_Widget_Widget { * @param int $contributionPageID * @param string $widgetID * - * @return stdClass + * @return object */ public function getContributionPageData($contributionPageID, $widgetID) { $config = CRM_Core_Config::singleton(); @@ -183,7 +183,8 @@ WHERE id = %1"; * * @param int $contributionPageID * @param string $widgetID - * @param string $format - either myspace or normal + * @param string $format + * Either myspace or normal. * * @return string */ @@ -192,4 +193,5 @@ WHERE id = %1"; return "......................." . print_r(func_get_args(), 1); } + }