CRM-16019 - Expose date/time format preferences to clientside
[civicrm-core.git] / api / v3 / UFMatch.php
index c4d69b6420f446eb46872726e99dfb5c36c02ee6..795d9e836517b469d53ce4773d14e0f9bbf99fbb 100644 (file)
  */
 
 /**
- * File for the CiviCRM APIv3 user framework group functions
+ * This api exposes CiviCRM user framework match.
  *
  * @package CiviCRM_APIv3
- * @subpackage API_UF
- *
- * @copyright CiviCRM LLC (c) 2004-2014
- * @version $Id: UFGroup.php 30171 2010-10-14 09:11:27Z mover $
  */
 
 /**
@@ -65,7 +61,7 @@ function civicrm_api3_uf_match_create($params) {
  * The metadata is used for setting defaults, documentation & validation.
  *
  * @param array $params
- *   Array or parameters determined by getfields.
+ *   Array of parameters determined by getfields.
  */
 function _civicrm_api3_uf_match_create_spec(&$params) {
   $params['contact_id']['api.required'] = 1;