INFRA-132 - api - Convert single-line @param to multi-line
[civicrm-core.git] / api / v3 / ParticipantStatusType.php
index 32d7f2707203ed59b5a9e9b6419fce4f6a370d4c..0ca2c5430e69e774bb5ec0bd54fdd2de01f49f1c 100644 (file)
@@ -41,7 +41,8 @@
  * In case of updating existing participant_status, id of that particular participant_status must
  * be in $params array.
  *
- * @param array $params Associative array of property
+ * @param array $params
+ *   Associative array of property.
  *                       name/value pairs to insert in new 'participant_status'
  *
  * @return array   participant_status array
@@ -56,7 +57,8 @@ function civicrm_api3_participant_status_type_create($params) {
 /**
  * Returns array of participant_statuses  matching a set of one or more group properties
  *
- * @param array $params Array of one or more valid
+ * @param array $params
+ *   Array of one or more valid.
  *                       property_name=>value pairs. If $params is set
  *                       as null, all participant_statuses will be returned
  *
@@ -75,7 +77,8 @@ function civicrm_api3_participant_status_type_get($params) {
  * This method is used to delete any existing participant_status. id of the group
  * to be deleted is required field in $params array
  *
- * @param array $params  (reference) array containing id of the group
+ * @param array $params
+ *   (reference) array containing id of the group.
  *                       to be deleted
  *
  * @return array api result array