comment fixes
[civicrm-core.git] / CRM / Contribute / Form / ContributionCharts.php
index 17d50d48bb192f61b7f107c2fdaa1e59275056d3..f5868f59c406709f55f5c80e2fd4452fca580ae5 100644 (file)
@@ -29,8 +29,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 class CRM_Contribute_Form_ContributionCharts extends CRM_Core_Form {
 
@@ -63,9 +61,6 @@ class CRM_Contribute_Form_ContributionCharts extends CRM_Core_Form {
 
   /**
    * Build the form object.
-   *
-   *
-   * @return void
    */
   public function buildQuickForm() {
     //p3 = Three dimensional pie chart.
@@ -99,9 +94,6 @@ class CRM_Contribute_Form_ContributionCharts extends CRM_Core_Form {
 
   /**
    * Process the form after the input has been submitted and validated.
-   *
-   *
-   * @return void
    */
   public function postProcess() {
     $config = CRM_Core_Config::singleton();