Merge pull request #5338 from kurund/CRM-15756
[civicrm-core.git] / CRM / Core / Page / AJAX.php
index ecdd67047b550419f1ccca2536ab0f6ec7f67389..21adef2cefd486c6d9b94c2a2ae1196b9744d8f6 100644 (file)
@@ -39,7 +39,7 @@
 class CRM_Core_Page_AJAX {
 
   /**
-   * Call generic ajax forms
+   * Call generic ajax forms.
    *
    */
   public static function run() {
@@ -89,7 +89,7 @@ class CRM_Core_Page_AJAX {
   }
 
   /**
-   * Change is_quick_config priceSet to complex
+   * Change is_quick_config priceSet to complex.
    *
    */
   public static function setIsQuickConfig() {
@@ -199,7 +199,7 @@ class CRM_Core_Page_AJAX {
   }
 
   /**
-   * Set headers appropriate for a js file
+   * Set headers appropriate for a js file.
    *
    * @param int|NULL $ttl
    *   Time-to-live (seconds).