From ed6aedaa28f12cc01bfb89449b5ec87e6314177d Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 6 Jan 2015 11:41:08 -0800 Subject: [PATCH] INFRA-132 - CRM/Group - Convert single-line @param to multi-line --- CRM/Group/Form/Edit.php | 3 ++- CRM/Group/Page/Group.php | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CRM/Group/Form/Edit.php b/CRM/Group/Form/Edit.php index 3702a45090..a5dc723cf0 100644 --- a/CRM/Group/Form/Edit.php +++ b/CRM/Group/Form/Edit.php @@ -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 * diff --git a/CRM/Group/Page/Group.php b/CRM/Group/Page/Group.php index 64ad6bcb90..211226541c 100644 --- a/CRM/Group/Page/Group.php +++ b/CRM/Group/Page/Group.php @@ -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) */ -- 2.25.1