INFRA-132 comments to end with full stops
[civicrm-core.git] / CRM / Contribute / Form / ContributionCharts.php
index 7cbd7652769519bad9968a4432a1aa527e8aa587..4aebe1681f77fa6a32d1a314dc422336be313c7b 100644 (file)
 class CRM_Contribute_Form_ContributionCharts extends CRM_Core_Form {
 
   /**
-   *  Year of chart
+   *  Year of chart.
    *
    * @var int
    */
   protected $_year = NULL;
 
   /**
-   *  The type of chart
+   *  The type of chart.
    *
    * @var string
    */
@@ -62,7 +62,7 @@ class CRM_Contribute_Form_ContributionCharts extends CRM_Core_Form {
   }
 
   /**
-   * Build the form object
+   * Build the form object.
    *
    *
    * @return void
@@ -98,7 +98,7 @@ class CRM_Contribute_Form_ContributionCharts extends CRM_Core_Form {
   }
 
   /**
-   * Process the form after the input has been submitted and validated
+   * Process the form after the input has been submitted and validated.
    *
    *
    * @return void