Merge pull request #4819 from eileenmcnaughton/CRM-15680
[civicrm-core.git] / api / v3 / CaseType.php
index 521b0d6472530cdee5e0ece9f40e1c052be9522d..d30af7c13947e49ce82170929c3ae5a4816f938c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
   +--------------------------------------------------------------------+
-  | CiviCRM version 4.5                                                |
+  | CiviCRM version 4.6                                                |
   +--------------------------------------------------------------------+
   | Copyright CiviCRM LLC (c) 2004-2014                                |
   +--------------------------------------------------------------------+
@@ -36,7 +36,7 @@
  */
 
 /**
- * Function to create or update case type
+ * create or update case type
  *
  * @param  array $params   input parameters
  *
@@ -68,9 +68,9 @@ function civicrm_api3_case_type_create($params) {
 }
 
 /**
- * Function to retrieve case types
+ * retrieve case types
  *
- * @param $params
+ * @param array $params
  *
  * @return array $caseTypes case types keyed by id
  * @access public
@@ -85,7 +85,7 @@ function civicrm_api3_case_type_get($params) {
 }
 
 /**
- * Function to format definition
+ * format definition
  *
  * @param $caseTypes
  * @return mixed