INFRA-132 - Docblock @param and @return tag fixes
[civicrm-core.git] / api / v3 / CaseType.php
index 5ce89c943e5aeee87ded91d7b669288178cb09bb..139b852d3e6754e93ee9caea2d33707ae4e71ecc 100644 (file)
@@ -46,7 +46,7 @@
  *
  * @throws API_Exception
  * @return array
  *   API result array
+ *   API result array
  *
  * @static void
  * @access public
@@ -75,7 +75,7 @@ function civicrm_api3_case_type_create($params) {
  * @param array $params
  *
  * @return array
  *   case types keyed by id
+ *   case types keyed by id
  * @access public
  */
 function civicrm_api3_case_type_get($params) {
@@ -116,7 +116,7 @@ function _civicrm_api3_case_type_get_formatResult(&$result) {
  *   Array including id of case_type to delete.
 
  * @return array
  *   API result array
+ *   API result array
  *
  * @access public
  *