From 9b0c25c6d6bc1604da1a5dc584da81d2747f6616 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 8 May 2014 12:13:02 +1200 Subject: [PATCH] comment fixes --- CRM/Contribute/BAO/Contribution/Utils.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/CRM/Contribute/BAO/Contribution/Utils.php b/CRM/Contribute/BAO/Contribution/Utils.php index 9439d93d9f..02df597459 100644 --- a/CRM/Contribute/BAO/Contribution/Utils.php +++ b/CRM/Contribute/BAO/Contribution/Utils.php @@ -37,16 +37,14 @@ 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|string $component component id - * - * @param null $fieldTypes + * @param int $contactID contact id + * @param int $contributionTypeId financial type id + * @param int $component component id * * @return array associated array * -- 2.25.1