Merge pull request #4887 from pratikshad/broken-webtest
[civicrm-core.git] / api / v3 / PriceField.php
index 0e5800cd28caa5a5c73e9d1901211993514c5bd0..02634f38bfd0d257cf57b38e202f7bb72aa3f20c 100644 (file)
@@ -43,7 +43,8 @@
  *                       name/value pairs to insert in new 'price_field'
  * @example PriceFieldCreate.php Std Create example
  *
- * @return array api result array
+ * @return array
+ *   api result array
  * {@getfields price_field_create}
  * @access public
  */
@@ -67,9 +68,10 @@ function _civicrm_api3_price_field_create_spec(&$params) {
  *
  * @param array $params
  *   Array of one or more valid property_name=>value pairs. If $params is set.
- *  as null, all price_fields will be returned (default limit is 25)
+ *   as null, all price_fields will be returned (default limit is 25)
  *
- * @return array  Array of matching price_fields
+ * @return array
+ *   Array of matching price_fields
  * {@getfields price_field_get}
  * @access public
  */
@@ -85,9 +87,10 @@ function civicrm_api3_price_field_get($params) {
  *
  * @param array $params
  *   Array containing id of the group.
- *  to be deleted
+ *   to be deleted
  *
- * @return array API result array
+ * @return array
+ *   API result array
  * {@getfields price_field_delete}
  * @access public
  */