X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FReport%2FUtils%2FGet.php;h=f5cbafe0d83f149a06a0e95cd8062b8a208e43c8;hb=725b3de6f03330ab5e310f397fc0336fe551ec6f;hp=8b822552125c56a6d0e8f39799a0328b38180400;hpb=414b3228db09432f1e389a89f9fb9e3f22d0f2da;p=civicrm-core.git diff --git a/CRM/Report/Utils/Get.php b/CRM/Report/Utils/Get.php index 8b82255212..f5cbafe0d8 100644 --- a/CRM/Report/Utils/Get.php +++ b/CRM/Report/Utils/Get.php @@ -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) {