INFRA-132 - Fix comment spacing
[civicrm-core.git] / api / v3 / ActivityContact.php
index c180ae9e64c02ea14ef8a3b64c55895f999f7dbb..a82270e1338ac1731f4da6691680233d784bdb04 100644 (file)
@@ -2,9 +2,9 @@
 
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -43,7 +43,7 @@
  *
  * @example ActivityContact.php
  *
- * @param $params
+ * @param array $params
  *
  * @return array of newly created activity contact records.
  * @access public
@@ -56,7 +56,8 @@ function civicrm_api3_activity_contact_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_activity_contact_create_spec(&$params) {
   $params['contact_id']['api.required'] = 1;
@@ -66,7 +67,7 @@ function _civicrm_api3_activity_contact_create_spec(&$params) {
 /**
  * Deletes an existing ActivityContact record
  *
- * @param  array  $params
+ * @param array $params
  *
  * @return array Api Result
  *
@@ -82,9 +83,10 @@ function civicrm_api3_activity_contact_delete($params) {
  *
  * @example ActivityContact.php
  *
- * @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 tags else error
+ * @return array details of found tags else error
  *
  * @access public
  */