Merge pull request #4971 from kurund/batch-16
[civicrm-core.git] / api / v3 / OptionValue.php
index b552e303143a8e69eee0c21fdb383491a0e0bdf8..f693c9c0e8ef1a5b6e925933fa6ace7bf016279d 100644 (file)
@@ -10,7 +10,7 @@
  *
  * @return array
  *   details of found Option Values
- * {@getfields OptionValue_get}
+ *   {@getfields OptionValue_get}
  */
 function civicrm_api3_option_value_get($params) {
 
@@ -38,7 +38,7 @@ function civicrm_api3_option_value_get($params) {
  * @throws API_Exception
  * @return array
  *   Array of newly created option_value property values.
- * {@getfields OptionValue_create}
+ *   {@getfields OptionValue_create}
  */
 function civicrm_api3_option_value_create($params) {
   $result = _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params);
@@ -79,7 +79,7 @@ function _civicrm_api3_option_value_create_spec(&$params) {
  *
  * @return array
  *   Api result
- * {@getfields OptionValue_create}
+ *   {@getfields OptionValue_create}
  */
 function civicrm_api3_option_value_delete($params) {
   // we will get the option group id before deleting so we can flush pseudoconstants