INFRA-132 - CRM/Group - Convert single-line @param to multi-line
authorTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 19:41:08 +0000 (11:41 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 23:02:29 +0000 (15:02 -0800)
CRM/Group/Form/Edit.php
CRM/Group/Page/Group.php

index 3702a4509063c28fce169fc3e69f8f419a84f82d..a5dc723cf08f206b99717afbb322f7740e476e75 100644 (file)
@@ -308,7 +308,8 @@ class CRM_Group_Form_Edit extends CRM_Core_Form {
   /**
    * Global validation rules for the form
    *
-   * @param array $fields posted values of the form
+   * @param array $fields
+   *   Posted values of the form.
    * @param array $fileParams
    * @param $options
    *
index 64ad6bcb90c04b06d55482b9491edbaa4d62a258..211226541cf19092c53290c498f74423bed58079 100644 (file)
@@ -101,8 +101,10 @@ class CRM_Group_Page_Group extends CRM_Core_Page_Basic {
   /**
    * Make sure that the user has permission to access this group
    *
-   * @param int $id the id of the object
-   * @param int $title name or title of the object
+   * @param int $id
+   *   The id of the object.
+   * @param int $title
+   *   Name or title of the object.
    *
    * @return string   the permission that the user has (or null)
    */