INFRA-132 - api - Convert single-line @param to multi-line
[civicrm-core.git] / api / v3 / MailingEventQueue.php
index 8dde90e2dc07ed569b629d8e21befc03a6f41543..2746fd081eeef0aa017e33ebbfc0c1c9bd81432a 100644 (file)
@@ -37,7 +37,8 @@
 /**
  * Handle a confirm event
  *
- * @param array $params Associative array of property
+ * @param array $params
+ *   Associative array of property.
  *                       name/value pairs to insert in new 'survey'
  *
  * @throws Exception
@@ -69,7 +70,8 @@ function civicrm_api3_mailing_event_queue_delete($params) {
  * Adjust Metadata for Create action
  *
  * The metadata is used for setting defaults, documentation & validation
- * @param array $params array or parameters determined by getfields
+ * @param array $params
+ *   Array or parameters determined by getfields.
  */
 function _civicrm_api3_mailing_event_queue_create_spec(&$params) {
   $params['job_id']['api.required'] = 1;