Merge pull request #5035 from TeNNoX/master
[civicrm-core.git] / CRM / Report / Utils / Get.php
index 9ce1496e31405fa45f2bdba4e59bcd1faa8d6fcc..f5cbafe0d83f149a06a0e95cd8062b8a208e43c8 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -55,6 +55,8 @@ class CRM_Report_Utils_Get {
    * @param string $fieldName
    * @param $field
    * @param $defaults
+   *
+   * @return bool
    */
   public static function dateParam($fieldName, &$field, &$defaults) {
     // type = 12 (datetime) is not recognized by Utils_Type::escape() method,
@@ -232,7 +234,7 @@ class CRM_Report_Utils_Get {
   }
 
   /**
-   * unset default filters
+   * unset default filters.
    * @param $defaults
    */
   public static function unsetFilters(&$defaults) {
@@ -305,4 +307,5 @@ class CRM_Report_Utils_Get {
       }
     }
   }
+
 }