bulk comment fixes
[civicrm-core.git] / CRM / Contact / BAO / GroupNesting.php
index 73ea6d8e94a3915a10cfa2b80fdb3ee7792bc30a..d81842a884b2db8214d1376fa072c9827a01aa97 100644 (file)
@@ -280,9 +280,9 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
    * identified by $groupId; does not delete child group, just the
    * association between the two
    *
-   * @param            $parentID         The id of the group to remove the child from
    * @param            $childID          The id of the child group being removed
    *
+   * @internal param \The $parentID id of the group to remove the child from
    * @return           void
    *
    * @access public