a few random comment fixes
[civicrm-core.git] / api / v3 / CaseType.php
index 139b852d3e6754e93ee9caea2d33707ae4e71ecc..3d6508c7d958f1e9bef248c517e186f88c028273 100644 (file)
@@ -48,7 +48,7 @@
  * @return array
  *   API result array
  *
- * @static void
+ * @static
  * @access public
  */
 function civicrm_api3_case_type_create($params) {
@@ -90,8 +90,9 @@ function civicrm_api3_case_type_get($params) {
 /**
  * format definition
  *
- * @param $caseTypes
+ * @param array $result
  * @return mixed
+ * @throws \CRM_Core_Exception
  */
 function _civicrm_api3_case_type_get_formatResult(&$result) {
   foreach ($result['values'] as $key => $caseType) {