Merge pull request #4865 from eileenmcnaughton/my-first-factory
[civicrm-core.git] / api / v3 / Im.php
index fd5e78230df60ea21dd1e19856bdb10d959cd22c..faf8ae427a313df32007d1866d7a1821e3385806 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -40,7 +40,7 @@
  * Allowed @params array keys are:
  * {@getfields im_create}
  *
- * @param $params
+ * @param array $params
  *
  * @return array of newly created IM property values.
  * @access public
@@ -53,7 +53,8 @@ function civicrm_api3_im_create($params) {
  * Adjust Metadata for Create action
  *
  * The metadata is used for setting defaults, documentation & validation
- * @param array $params array or parameters determined by getfields
+ * @param array $params
+ *   Array or parameters determined by getfields.
  */
 function _civicrm_api3_im_create_spec(&$params) {
   $params['contact_id']['api.required'] = 1;
@@ -62,7 +63,7 @@ function _civicrm_api3_im_create_spec(&$params) {
 /**
  * Deletes an existing IM
  *
- * @param  array  $params
+ * @param array $params
  * {@getfields im_delete}
  *
  * @return array API result Array
@@ -76,9 +77,10 @@ function civicrm_api3_im_delete($params) {
 /**
  * Retrieve one or more IM
  *
- * @param  mixed[]  (reference ) input parameters
+ * @param mixed[] (reference ) input parameters
  * {@getfields im_get}
- * @param  array $params  an associative array of name/value pairs.
+ * @param array $params
+ *   An associative array of name/value pairs.
  *
  * @return  array details of found IM
  *