more comment fixes
[civicrm-core.git] / CRM / Campaign / Form / Task / Reserve.php
index f5596db1773309255b24fb8a6b9d2a6e3b34a91d..817b67e898881950991fbca8569861cdf70dc067 100644 (file)
  *
  * @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;