comment fixes
[civicrm-core.git] / CRM / Contribute / Form / ContributionPage / Delete.php
index 956505002dea227abd3f72c527ffbbc99e07f5ed..ae7d9aa685a89e79696de745b8219a0f2ffc0832 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 /**
- * This class is to build the form for Deleting Group
+ * This class is to build the form for Deleting Group.
  */
 class CRM_Contribute_Form_ContributionPage_Delete extends CRM_Contribute_Form_ContributionPage {
 
@@ -50,8 +50,6 @@ class CRM_Contribute_Form_ContributionPage_Delete extends CRM_Contribute_Form_Co
 
   /**
    * Set variables up before form is built.
-   *
-   * @return void
    */
   public function preProcess() {
     //Check if there are contributions related to Contribution Page
@@ -74,8 +72,6 @@ class CRM_Contribute_Form_ContributionPage_Delete extends CRM_Contribute_Form_Co
 
   /**
    * Build the form object.
-   *
-   * @return void
    */
   public function buildQuickForm() {
     $this->_title = CRM_Core_DAO::getFieldValue('CRM_Contribute_DAO_ContributionPage', $this->_id, 'title');