comment fixes
[civicrm-core.git] / CRM / Contribute / Form / ContributionPage / AddProduct.php
index d20fad99e902be83d0e1fddb1306b44e73452756..5236b04f9b591a56df2c74a1cc7f9425af95dffa 100644 (file)
@@ -63,11 +63,9 @@ class CRM_Contribute_Form_ContributionPage_AddProduct extends CRM_Contribute_For
   }
 
   /**
-   * Set default values for the form. Note that in edit/view mode
-   * the default values are retrieved from the database
+   * Set default values for the form.
    *
-   *
-   * @return void
+   * Note that in edit/view mode the default values are retrieved from the database.
    */
   public function setDefaultValues() {
     $defaults = array();
@@ -107,8 +105,6 @@ class CRM_Contribute_Form_ContributionPage_AddProduct extends CRM_Contribute_For
 
   /**
    * Build the form object.
-   *
-   * @return void
    */
   public function buildQuickForm() {
     $urlParams = 'civicrm/admin/contribute/premium';
@@ -224,8 +220,6 @@ class CRM_Contribute_Form_ContributionPage_AddProduct extends CRM_Contribute_For
 
   /**
    * Process the form.
-   *
-   * @return void
    */
   public function postProcess() {
     // get the submitted form values.