INFRA-132 - Batch 14 (g)
[civicrm-core.git] / CRM / Report / Page / InstanceList.php
index 7edf71f6ffb75b3e4c46061826664a6520ef22c0..c603af071e93e0e172eac32b1b5ff7f4fda045b3 100644 (file)
@@ -46,36 +46,35 @@ class CRM_Report_Page_InstanceList extends CRM_Core_Page {
    * Name of component if report list is filtered
    *
    * @var string
-   **/
+   */
   protected $_compName = NULL;
 
   /**
    * ID of component if report list is filtered
    *
    * @var int
-   **/
+   */
   protected $_compID = NULL;
 
   /**
    * ID of grouping if report list is filtered
    *
    * @var int
-   **/
+   */
   protected $_grouping = NULL;
 
   /**
    * ID of parent report template if list is filtered by template
    *
    * @var int
-   **/
+   */
   protected $_ovID = NULL;
 
-
   /**
    * Title of parent report template if list is filtered by template
    *
    * @var string
-   **/
+   */
   protected $_title = NULL;
 
   /**