INFRA-132 - Docblock formatting fixes
[civicrm-core.git] / api / v3 / UFGroup.php
index 37dc28b78879bf6d3945f3e6b9979a435effcc12..8195102872b9c68b1b25060358cea2ee48b92452 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
@@ -38,7 +37,7 @@
  */
 
 /**
- * Files required for this package
+ * @param array $params
  */
 function _civicrm_api3_uf_group_create_spec(&$params) {
   $session = CRM_Core_Session::singleton();
@@ -51,10 +50,11 @@ function _civicrm_api3_uf_group_create_spec(&$params) {
 /**
  * Use this API to create a new group. See the CRM Data Model for uf_group property definitions
  *
- * @param $params
+ * @param array $params
  *   Array Associative array of property name/value pairs to insert in group.
  *
- * @return array API result array
+ * @return array
+ *   API result array
  * {@getfields UFGroup_create}
  * @example UFGroupCreate.php
  * @access public
@@ -71,7 +71,8 @@ function civicrm_api3_uf_group_create($params) {
  *                       property_name=>value pairs. If $params is set
  *                       as null, all surveys will be returned
  *
- * @return array   Array of matching profiles
+ * @return array
+ *   Array of matching profiles
  * {@getfields UFGroup_get}
  * @example UFGroupGet.php
  * @access public
@@ -87,7 +88,7 @@ function civicrm_api3_uf_group_get($params) {
  * @param array $params
  *
  *
- * @return true on successful delete or return error
+ * @return array
  * @access public
  * {@getfields UFGroup_delete}
  * @example UFGroupDelete.php