CRM-16036 Eileen in prog
[civicrm-core.git] / api / v3 / Im.php
index 785102fd2f6f5489ef30ca020526694f04a560ea..e2e7e74a53932b4de40ad17c19142b3be88321b5 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.                                    |
  |                                                                    |
@@ -26,7 +26,7 @@
  */
 
 /**
- * This api exposes CiviCRM IM.
+ * This api exposes CiviCRM IM records.
  *
  * @package CiviCRM_APIv3
  */
@@ -37,7 +37,6 @@
  * @param array $params
  *
  * @return array
- *   Array of newly created IM property values.
  */
 function civicrm_api3_im_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params);