Merge pull request #4686 from lcdservices/CRM-15698-b
[civicrm-core.git] / CRM / Report / Page / TemplateList.php
index bb2494cb9a0c0e5dcf43a35ca877c88fcd58276f..e133662c15c77269dab30453a522dece091fdba0 100644 (file)
  */
 class CRM_Report_Page_TemplateList extends CRM_Core_Page {
 
+  /**
+   * @param int $compID
+   * @param null $grouping
+   *
+   * @return array
+   */
   public static function &info($compID = NULL, $grouping = NULL) {
     $all = CRM_Utils_Request::retrieve('all', 'Boolean', CRM_Core_DAO::$_nullObject,
       FALSE, NULL, 'GET'
@@ -101,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
    */