Merge pull request #3679 from yashodha/CRM-14951
[civicrm-core.git] / api / v3 / Tag.php
index daa5f2dd6d4d0de8246fdba42e21961fb9fa3510..fd87dfde70bf399603cc37b8a45b71d62e5dab69 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -31,7 +31,7 @@
  * @package CiviCRM_APIv3
  * @subpackage API_Tag
  *
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * @version $Id: Tag.php 30486 2010-11-02 16:12:09Z shot $
  */
 
@@ -42,6 +42,8 @@
  *
  * {@example TagCreate.php}
  *
+ * @param $params
+ *
  * @return array of newly created tag property values.
  * {@getfields tag_create}
  * @access public