Merge branch 4.5 into master
[civicrm-core.git] / api / v3 / GroupNesting.php
index 797cd03f0299b1df87639cc1a27388a932a6d71b..457f2ecef66d9474779027835ab76e110a148201 100644 (file)
@@ -44,7 +44,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 +59,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 +92,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.
  */