comment fixes
[civicrm-core.git] / CRM / Contribute / Form / ContributionPage.php
index 76b8125b8d68f281bd8800181b1091e5d3e3db61..3c08ea6338e3962db70962e7f7219d2493cd916e 100644 (file)
@@ -89,8 +89,6 @@ class CRM_Contribute_Form_ContributionPage extends CRM_Core_Form {
 
   /**
    * Set variables up before form is built.
-   *
-   * @return void
    */
   public function preProcess() {
     // current contribution page id
@@ -153,8 +151,6 @@ class CRM_Contribute_Form_ContributionPage extends CRM_Core_Form {
 
   /**
    * Build the form object.
-   *
-   * @return void
    */
   public function buildQuickForm() {
     $this->applyFilter('__ALL__', 'trim');
@@ -356,8 +352,6 @@ class CRM_Contribute_Form_ContributionPage extends CRM_Core_Form {
 
   /**
    * Process the form.
-   *
-   * @return void
    */
   public function postProcess() {
     $pageId = $this->get('id');