Api docblock cleanup.
[civicrm-core.git] / api / v3 / PriceSet.php
index be20e0557b735373e48fa51a0fb4dff931b6f5db..15061c4b92315bb2e8e2e1e88395dd3808491d38 100644 (file)
@@ -30,7 +30,6 @@
  * This api exposes CiviCRM price sets.
  *
  * @package CiviCRM_APIv3
- * @subpackage API_PriceSet
  */
 
 /**
@@ -66,7 +65,7 @@ function civicrm_api3_price_set_create($params) {
  * The metadata is used for setting defaults, documentation & validation.
  *
  * @param array $params
- *   Array or parameters determined by getfields.
+ *   Array of parameters determined by getfields.
  */
 function _civicrm_api3_price_set_create_spec(&$params) {
   $params['title']['api.required'] = TRUE;
@@ -103,8 +102,7 @@ function civicrm_api3_price_set_get($params) {
  * to be deleted is required field in $params array
  *
  * @param array $params
- *   Array containing id of the group.
- *   to be deleted
+ *   Array containing id of the group to be deleted.
  *
  * @return array
  *   API result array