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