INFRA-132 - Batch 14 (g)
[civicrm-core.git] / api / v3 / GroupNesting.php
index 797cd03f0299b1df87639cc1a27388a932a6d71b..a6643f1af55311ef93dd020138318df7c902fca7 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
@@ -44,7 +43,8 @@
  *   An array containing at least child_group_id or parent_group_id.
  * {@getfields GroupNesting_get}
  *
- * @return  array  list of group nesting records
+ * @return array
+ *   list of group nesting records
  */
 function civicrm_api3_group_nesting_get($params) {
 
@@ -58,7 +58,8 @@ function civicrm_api3_group_nesting_get($params) {
  * @param array $params
  *   Parameters array - allowed array keys include:.
  *
- * @return array TBD
+ * @return array
+ *   TBD
  * {@getfields GroupNesting_create
  * @todo Work out the return value.
  */
@@ -90,7 +91,8 @@ function _civicrm_api3_group_nesting_create_spec(&$params) {
  *   Parameters array - allowed array keys include:.
  * {@getfields GroupNesting_delete}
  *
- * @return array API Success or fail array
+ * @return array
+ *   API Success or fail array
  *
  * @todo Work out the return value.
  */
@@ -98,4 +100,3 @@ function civicrm_api3_group_nesting_delete($params) {
 
   return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);
 }
-