more comment fixes
[civicrm-core.git] / CRM / Campaign / Form / Task / Print.php
index 2005374d4dabd95944242f3609059273cd31f0b1..4ede318e25240f7c5b8597a8927cc77794e59258 100755 (executable)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 /**
@@ -40,8 +38,6 @@ class CRM_Campaign_Form_Task_Print extends CRM_Campaign_Form_Task {
 
   /**
    * Build all the data structures needed to build the form.
-   *
-   * @return void
    */
   public function preProcess() {
     parent::preprocess();
@@ -75,12 +71,11 @@ class CRM_Campaign_Form_Task_Print extends CRM_Campaign_Form_Task {
   }
 
   /**
-   * Build the form object - it consists of
+   * Build the form object.
+   *
+   * It consists of
    *    - displaying the QILL (query in local language)
    *    - displaying elements for saving the search
-   *
-   *
-   * @return void
    */
   public function buildQuickForm() {
     //
@@ -103,9 +98,6 @@ class CRM_Campaign_Form_Task_Print extends CRM_Campaign_Form_Task {
 
   /**
    * Process the form after the input has been submitted and validated.
-   *
-   *
-   * @return void
    */
   public function postProcess() {
     // redirect to the main search page after printing is over