From e21336601f06ed947bac2f4c07719a66b68d3ef7 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 8 May 2014 12:01:43 +1200 Subject: [PATCH] comment fixes --- CRM/Contribute/BAO/Contribution/Utils.php | 14 ++++++++------ CRM/Contribute/BAO/ContributionPage.php | 8 +++++--- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CRM/Contribute/BAO/Contribution/Utils.php b/CRM/Contribute/BAO/Contribution/Utils.php index 02df597459..9439d93d9f 100644 --- a/CRM/Contribute/BAO/Contribution/Utils.php +++ b/CRM/Contribute/BAO/Contribution/Utils.php @@ -37,14 +37,16 @@ class CRM_Contribute_BAO_Contribution_Utils { /** * Function to process payment after confirmation * - * @param object $form form object - * @param array $paymentParams array with payment related key + * @param object $form form object + * @param array $paymentParams array with payment related key * value pairs - * @param array $premiumParams array with premium related key + * @param array $premiumParams array with premium related key * value pairs - * @param int $contactID contact id - * @param int $contributionTypeId financial type id - * @param int $component component id + * @param int $contactID contact id + * @param int $contributionTypeId financial type id + * @param int|string $component component id + * + * @param null $fieldTypes * * @return array associated array * diff --git a/CRM/Contribute/BAO/ContributionPage.php b/CRM/Contribute/BAO/ContributionPage.php index 5db331ad3a..faaf7c4b40 100644 --- a/CRM/Contribute/BAO/ContributionPage.php +++ b/CRM/Contribute/BAO/ContributionPage.php @@ -104,11 +104,13 @@ class CRM_Contribute_BAO_ContributionPage extends CRM_Contribute_DAO_Contributio /** * Function to send the emails * - * @param int $contactID contact id - * @param array $values associated array of fields - * @param boolean $isTest if in test mode + * @param int $contactID contact id + * @param array $values associated array of fields + * @param boolean $isTest if in test mode * @param boolean $returnMessageText return the message text instead of sending the mail * + * @param null $fieldTypes + * * @return void * @access public * @static -- 2.25.1