INFRA-132 - Batch 14 (g)
[civicrm-core.git] / api / v3 / Tag.php
index c6c2d6c33ea6d73d189f8586824e8b883be7205d..01f6efed539739ad531019ba430d056c015af413 100644 (file)
@@ -45,9 +45,8 @@
  * @param array $params
  *
  * @return array
- *   of newly created tag property values.
+ *   Array of newly created tag property values.
  * {@getfields tag_create}
- * @access public
  */
 function civicrm_api3_tag_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params);
@@ -75,7 +74,6 @@ function _civicrm_api3_tag_create_spec(&$params) {
  * @return array
  *   API result array
  * {@getfields tag_delete}
- * @access public
  */
 function civicrm_api3_tag_delete($params) {
   return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);
@@ -95,7 +93,6 @@ function civicrm_api3_tag_delete($params) {
  * @return array
  *   details of found tags else error
  * {@getfields tag_get}
- * @access public
  */
 function civicrm_api3_tag_get($params) {