From: Matthew Wire Date: Thu, 21 Oct 2021 08:54:49 +0000 (+0100) Subject: Update docblock for alterPaymentProcessorParams because rawParams might be a payment... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=613aa1018154334c1141d5b2be7bc04141e825df;p=civicrm-core.git Update docblock for alterPaymentProcessorParams because rawParams might be a payment propertyBag --- diff --git a/CRM/Utils/Hook.php b/CRM/Utils/Hook.php index e4c7b71dca..641e28c4e2 100644 --- a/CRM/Utils/Hook.php +++ b/CRM/Utils/Hook.php @@ -1182,7 +1182,7 @@ abstract class CRM_Utils_Hook { * @param CRM_Core_Payment $paymentObj * Instance of payment class of the payment processor invoked (e.g., 'CRM_Core_Payment_Dummy') * See discussion in CRM-16224 as to whether $paymentObj should be passed by reference. - * @param array &$rawParams + * @param array|\Civi\Payment\PropertyBag &$rawParams * array of params as passed to to the processor * @param array|\Civi\Payment\PropertyBag &$cookedParams * params after the processor code has translated them into its own key/value pairs