From: Tim Otten Date: Tue, 6 Jan 2015 19:41:08 +0000 (-0800) Subject: INFRA-132 - CRM/Friend - Convert single-line @param to multi-line X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=35685afcf7a4bdb70f67861de77b047a3d9fe250;p=civicrm-core.git INFRA-132 - CRM/Friend - Convert single-line @param to multi-line --- diff --git a/CRM/Friend/BAO/Friend.php b/CRM/Friend/BAO/Friend.php index 6dc57b63d0..8d679c51bc 100644 --- a/CRM/Friend/BAO/Friend.php +++ b/CRM/Friend/BAO/Friend.php @@ -52,7 +52,8 @@ class CRM_Friend_BAO_Friend extends CRM_Friend_DAO_Friend { * friend object. the params array could contain additional unused name/value * pairs * - * @param array $params (reference ) an assoc array of name/value pairs + * @param array $params + * (reference ) an assoc array of name/value pairs. * * @return CRM_Friend_BAO_Friend object * @static @@ -66,8 +67,10 @@ class CRM_Friend_BAO_Friend extends CRM_Friend_DAO_Friend { * Given the list of params in the params array, fetch the object * and store the values in the values array * - * @param array $params input parameters to find object - * @param array $values output values of the object + * @param array $params + * Input parameters to find object. + * @param array $values + * Output values of the object. * * @return array $values values * @static @@ -87,7 +90,8 @@ class CRM_Friend_BAO_Friend extends CRM_Friend_DAO_Friend { /** * Takes an associative array and creates a friend object * - * @param array $params (reference ) an assoc array of name/value pairs + * @param array $params + * (reference ) an assoc array of name/value pairs. * * @return CRM_Contact_BAO_Contact object * @static @@ -235,7 +239,8 @@ class CRM_Friend_BAO_Friend extends CRM_Friend_DAO_Friend { /** * Build the form object * - * @param CRM_Core_Form $form form object + * @param CRM_Core_Form $form + * Form object. * * @return void */ @@ -266,7 +271,8 @@ class CRM_Friend_BAO_Friend extends CRM_Friend_DAO_Friend { /** * The function sets the deafult values of the form. * - * @param array $defaults (reference) the default values. + * @param array $defaults + * (reference) the default values. * * @return booelan whether anything was found */ @@ -334,7 +340,8 @@ class CRM_Friend_BAO_Friend extends CRM_Friend_DAO_Friend { * friend object. the params array could contain additional unused name/value * pairs * - * @param array $params (reference ) an assoc array of name/value pairs + * @param array $params + * (reference ) an assoc array of name/value pairs. * * @return CRM_Friend_BAO_Friend object * @static