From 42b5c54900cf8b3315290aa87cffc38162307c11 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 26 Mar 2015 13:47:44 +1300 Subject: [PATCH] a couple of comment fixes --- CRM/Report/Form.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 9b10b4ff26..70b813c516 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -1844,6 +1844,8 @@ class CRM_Report_Form extends CRM_Core_Form { } /** + * Possibly unused function. + * * @todo - could not find any instances where this is called * * @param bool $relative @@ -1877,6 +1879,8 @@ class CRM_Report_Form extends CRM_Core_Form { } /** + * Get values for from and to for date ranges. + * * @param bool $relative * @param string $from * @param string $to @@ -1915,7 +1919,9 @@ class CRM_Report_Form extends CRM_Core_Form { } /** - * @param $rows + * Alter the way in which custom data fields are displayed. + * + * @param array $rows */ public function alterCustomDataDisplay(&$rows) { // custom code to alter rows having custom values -- 2.25.1