From 04994ffce892cc9e7cd4a9fc44fb6e606fe73186 Mon Sep 17 00:00:00 2001 From: eileenmcnaugton Date: Wed, 30 Sep 2015 22:32:52 +1300 Subject: [PATCH] comment fixes --- CRM/Report/Page/InstanceList.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/CRM/Report/Page/InstanceList.php b/CRM/Report/Page/InstanceList.php index 0315de49a2..e3b6455fde 100644 --- a/CRM/Report/Page/InstanceList.php +++ b/CRM/Report/Page/InstanceList.php @@ -29,12 +29,10 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** - * Page for invoking report instances + * Page for invoking report instances. */ class CRM_Report_Page_InstanceList extends CRM_Core_Page { @@ -78,8 +76,9 @@ class CRM_Report_Page_InstanceList extends CRM_Core_Page { protected $_title = NULL; /** - * Retrieves report instances, optionally filtered by parent report template ($ovID) - * or by component ($compID) + * Retrieves report instances, optionally filtered. + * + * Filtering available by parent report template ($ovID) or by component ($compID). * * @return array */ @@ -173,8 +172,6 @@ class CRM_Report_Page_InstanceList extends CRM_Core_Page { /** * Run this page (figure out the action needed and perform it). - * - * @return void */ public function run() { //Filters by source report template or by component -- 2.25.1