From: Eileen McNaughton Date: Thu, 26 Mar 2015 00:47:44 +0000 (+1300) Subject: a couple of comment fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=42b5c54900cf8b3315290aa87cffc38162307c11;p=civicrm-core.git a couple of comment fixes --- 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