INFRA-132 - CRM/Contribute - Convert single-line @param to multi-line
[civicrm-core.git] / CRM / Contribute / Form / Contribution / Confirm.php
index f44d42ce95f3f4e597711440342a598b1e7dec26..7519e69342ef40a9ae614160b703e2db33d8b1f7 100644 (file)
@@ -57,7 +57,7 @@ class CRM_Contribute_Form_Contribution_Confirm extends CRM_Contribute_Form_Contr
    * Set the parameters to be passed to contribution create function
    *
    * @param array $params
-   * @param integer $contactID
+   * @param int $contactID
    * @param int $financialTypeID
    * @param $online
    * @param int $contributionPageId
@@ -1184,7 +1184,7 @@ class CRM_Contribute_Form_Contribution_Confirm extends CRM_Contribute_Form_Contr
    * @param CRM_Core_Form $form
    * @param array $params
    * @param array $result
-   * @param integer $contactID
+   * @param int $contactID
    * @param CRM_Financial_DAO_FinancialType $financialType
    * @param bool $pending
    * @param bool $online
@@ -1507,7 +1507,7 @@ class CRM_Contribute_Form_Contribution_Confirm extends CRM_Contribute_Form_Contr
    *
    * @param CRM_Core_Form $form
    * @param array $params
-   * @param integer $contactID
+   * @param int $contactID
    * @param string $contributionType
    * @param bool $online
    *
@@ -1593,11 +1593,14 @@ class CRM_Contribute_Form_Contribution_Confirm extends CRM_Contribute_Form_Contr
   /**
    * Add on behalf of organization and it's location
    *
-   * @param $behalfOrganization array  array of organization info
-   * @param $contactID          int    individual contact id. One
+   * @param $behalfOrganization
+   *   Array array of organization info.
+   * @param $contactID
+   *   Int individual contact id. One.
    * who is doing the process of signup / contribution.
    *
-   * @param $values             array  form values array
+   * @param $values
+   *   Array form values array.
    * @param array $params
    * @param null $fields
    *
@@ -1703,8 +1706,10 @@ class CRM_Contribute_Form_Contribution_Confirm extends CRM_Contribute_Form_Contr
    * Function used to save pcp / soft credit entry
    * This is used by contribution and also event pcps
    *
-   * @param array  $params         associated array
-   * @param object $contribution   contribution object
+   * @param array $params
+   *   Associated array.
+   * @param object $contribution
+   *   Contribution object.
    *
    * @static
    */
@@ -1735,8 +1740,10 @@ class CRM_Contribute_Form_Contribution_Confirm extends CRM_Contribute_Form_Contr
    * Function used to se pcp related defaults / params
    * This is used by contribution and also event pcps
    *
-   * @param CRM_Core_Form $page   form object
-   * @param array  $params associated array
+   * @param CRM_Core_Form $page
+   *   Form object.
+   * @param array $params
+   *   Associated array.
    *
    * @return array
    * @static
@@ -1767,11 +1774,12 @@ class CRM_Contribute_Form_Contribution_Confirm extends CRM_Contribute_Form_Contr
 
   /**
    * @param array $membershipParams
-   * @param integer $contactID
+   * @param int $contactID
    * @param array $customFieldsFormatted
    * @param array $fieldTypes
    * @param array $premiumParams
-   * @param array $membershipLineItems line items specifically relating to memberships
+   * @param array $membershipLineItems
+   *   Line items specifically relating to memberships.
    * @param $isPayLater
    */
   public function processMembership($membershipParams, $contactID, $customFieldsFormatted, $fieldTypes, $premiumParams, $membershipLineItems, $isPayLater) {
@@ -1817,7 +1825,7 @@ class CRM_Contribute_Form_Contribution_Confirm extends CRM_Contribute_Form_Contr
    * transaction AND a membership transaction AND the payment processor supports double financial transactions (ie. NOT doTransferPayment style)
    *
    *
-   * @param integer $formID
+   * @param int $formID
    * @param bool $amountBlockActiveOnForm
    *
    * @return bool