comment fixes
[civicrm-core.git] / CRM / Contribute / Form / Task / Delete.php
index f14ba2b8eb2650bd7517c47f4b3e88ffbcae2493..222eba1a96a556e58aa457fbde994f9a44e1eafa 100644 (file)
@@ -48,8 +48,6 @@ class CRM_Contribute_Form_Task_Delete extends CRM_Contribute_Form_Task {
 
   /**
    * Build all the data structures needed to build the form.
-   *
-   * @return void
    */
   public function preProcess() {
     //check for delete
@@ -61,9 +59,6 @@ class CRM_Contribute_Form_Task_Delete extends CRM_Contribute_Form_Task {
 
   /**
    * Build the form object.
-   *
-   *
-   * @return void
    */
   public function buildQuickForm() {
     $this->addDefaultButtons(ts('Delete Contributions'), 'done');
@@ -71,9 +66,6 @@ class CRM_Contribute_Form_Task_Delete extends CRM_Contribute_Form_Task {
 
   /**
    * Process the form after the input has been submitted and validated.
-   *
-   *
-   * @return void
    */
   public function postProcess() {
     $deleted = $failed = 0;