Merge pull request #4686 from lcdservices/CRM-15698-b
[civicrm-core.git] / CRM / Report / Page / TemplateList.php
index 2eac142299809878cec3567b534633dc8425817c..e133662c15c77269dab30453a522dece091fdba0 100644 (file)
@@ -40,7 +40,7 @@
 class CRM_Report_Page_TemplateList extends CRM_Core_Page {
 
   /**
-   * @param null $compID
+   * @param int $compID
    * @param null $grouping
    *
    * @return array
@@ -107,7 +107,7 @@ LEFT  JOIN civicrm_component comp
   }
 
   /**
-   * run this page (figure out the action needed and perform it).
+   * Run this page (figure out the action needed and perform it).
    *
    * @return void
    */