Merge pull request #5901 from colemanw/CRM-16557
[civicrm-core.git] / api / v3 / Case.php
index 465020c929a88c7a0e8ec7842dc0f995dbbf4499..afa5f48a92f4a32a07aa98bda47b16d664bc814e 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.                                    |
   |                                                                    |
@@ -37,6 +37,7 @@
  * Open a new case, add client and manager roles, and standard timeline.
  *
  * @param array $params
+ *
  * @code
  * //REQUIRED:
  * 'case_type_id' => int OR
@@ -373,6 +374,7 @@ function civicrm_api3_case_update($params) {
  * Delete a specified case.
  *
  * @param array $params
+ *
  * @code
  *   //REQUIRED:
  *   'id' => int