--CRM-16187, fixed jenkin warnings
[civicrm-core.git] / api / v3 / CaseType.php
index dfdf62d0922ed86a0d1e439d22afa1b1d5fc3c05..5d216fa8899543758f05deda33689a8ada838890 100644 (file)
@@ -3,7 +3,7 @@
   +--------------------------------------------------------------------+
   | CiviCRM version 4.6                                                |
   +--------------------------------------------------------------------+
-  | Copyright CiviCRM LLC (c) 2004-2014                                |
+  | Copyright CiviCRM LLC (c) 2004-2015                                |
   +--------------------------------------------------------------------+
   | This file is a part of CiviCRM.                                    |
   |                                                                    |
  */
 
 /**
- * File for the CiviCRM APIv3 Case functions
- * Developed by woolman.org
+ * This api exposes CiviCRM Case.
  *
  * @package CiviCRM_APIv3
- * @subpackage API_Case
- * @copyright CiviCRM LLC (c) 2004-2014
  */
 
 /**
@@ -43,7 +40,6 @@
  * @throws API_Exception
  * @return array
  *   API result array
- *
  */
 function civicrm_api3_case_type_create($params) {
   civicrm_api3_verify_mandatory($params, _civicrm_api3_get_DAO(__FUNCTION__));
@@ -110,7 +106,7 @@ function _civicrm_api3_case_type_get_formatResult(&$result) {
  * Function to delete case type.
  *
  * @param array $params
- *   Array including id of case_type to delete.
+ *   Array including id of CaseType to delete.
  *
  * @return array
  *   API result array