X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCampaign%2FPage%2FSurveyType.php;h=a873a40de57c8ccb938e9a708872bf7d92bb92b3;hb=3819f101d96db96af5a43d0a21e41b2639c6cb74;hp=cda7b602d27af025771ae155508952ee83ae6a47;hpb=fd57ced7b04d32d5fab5e68c1b12aedbf35c2ad8;p=civicrm-core.git diff --git a/CRM/Campaign/Page/SurveyType.php b/CRM/Campaign/Page/SurveyType.php index cda7b602d2..a873a40de5 100644 --- a/CRM/Campaign/Page/SurveyType.php +++ b/CRM/Campaign/Page/SurveyType.php @@ -1,9 +1,9 @@ _gName = 'activity_type'; @@ -136,8 +132,6 @@ class CRM_Campaign_Page_SurveyType extends CRM_Core_Page_Basic { /** * Run the basic page (run essentially starts execution for that page). - * - * @return void */ public function run() { $this->preProcess(); @@ -146,9 +140,6 @@ class CRM_Campaign_Page_SurveyType extends CRM_Core_Page_Basic { /** * Browse all options. - * - * - * @return void */ public function browse() { $campaingCompId = CRM_Core_Component::getComponentID('CiviCampaign');