X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCampaign%2FForm%2FTask%2FReserve.php;h=817b67e898881950991fbca8569861cdf70dc067;hb=3819f101d96db96af5a43d0a21e41b2639c6cb74;hp=f5596db1773309255b24fb8a6b9d2a6e3b34a91d;hpb=ce064e4f6bd0c1df0122a8d9b3793dfb587f9658;p=civicrm-core.git diff --git a/CRM/Campaign/Form/Task/Reserve.php b/CRM/Campaign/Form/Task/Reserve.php index f5596db177..817b67e898 100644 --- a/CRM/Campaign/Form/Task/Reserve.php +++ b/CRM/Campaign/Form/Task/Reserve.php @@ -29,13 +29,10 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * This class provides the functionality to add contacts for - * voter reservation. + * This class provides the functionality to add contacts for voter reservation. */ class CRM_Campaign_Form_Task_Reserve extends CRM_Campaign_Form_Task { @@ -69,8 +66,6 @@ class CRM_Campaign_Form_Task_Reserve extends CRM_Campaign_Form_Task { /** * Build all the data structures needed to build the form. - * - * @return void */ public function preProcess() { parent::preProcess(); @@ -158,9 +153,6 @@ class CRM_Campaign_Form_Task_Reserve extends CRM_Campaign_Form_Task { /** * Build the form object. - * - * - * @return void */ public function buildQuickForm() { // allow to add contact to either new or existing group. @@ -240,10 +232,7 @@ class CRM_Campaign_Form_Task_Reserve extends CRM_Campaign_Form_Task { /** * Process the form after the input has been submitted and validated. - * - * - * @return void - */ + */ public function postProcess() { //add reservation. $countVoters = 0;