Merge pull request #3356 from eileenmcnaughton/tests
[civicrm-core.git] / api / v3 / CaseType.php
index f877bdea323b30144ef0b28d0b2060a16216873a..0c95a859357a35d66075428bd07a9050bd3d8e38 100644 (file)
@@ -62,9 +62,10 @@ function civicrm_api3_case_type_create($params) {
 /**
  * Function to retrieve case types
  *
+ * @param $params
+ *
  * @return array $caseTypes case types keyed by id
  * @access public
- *
  */
 function civicrm_api3_case_type_get($params) {
   civicrm_api3_verify_mandatory($params);