INFRA-132 - Misc
[civicrm-core.git] / api / v3 / PriceField.php
index 02634f38bfd0d257cf57b38e202f7bb72aa3f20c..048f71595c0fc7fc83a46e0ebf2c5c4917f92c8a 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-/*
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
@@ -24,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 
 /**
@@ -45,8 +44,7 @@
  *
  * @return array
  *   api result array
- * {@getfields price_field_create}
- * @access public
+ *   {@getfields price_field_create}
  */
 function civicrm_api3_price_field_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params);
@@ -72,8 +70,7 @@ function _civicrm_api3_price_field_create_spec(&$params) {
  *
  * @return array
  *   Array of matching price_fields
- * {@getfields price_field_get}
- * @access public
+ *   {@getfields price_field_get}
  */
 function civicrm_api3_price_field_get($params) {
   return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params);
@@ -91,8 +88,7 @@ function civicrm_api3_price_field_get($params) {
  *
  * @return array
  *   API result array
- * {@getfields price_field_delete}
- * @access public
+ *   {@getfields price_field_delete}
  */
 function civicrm_api3_price_field_delete($params) {
   return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);