From 7fb35f0bd26425830b06e4ac90afadf3a62fd4cd Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Thu, 23 Sep 2021 11:47:13 -0400 Subject: [PATCH] remove type hint to return bool - we are no longer using the ret value. --- CRM/Core/Payment/Form.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CRM/Core/Payment/Form.php b/CRM/Core/Payment/Form.php index c11765cb5f..2c30dec08d 100644 --- a/CRM/Core/Payment/Form.php +++ b/CRM/Core/Payment/Form.php @@ -211,8 +211,6 @@ class CRM_Core_Payment_Form { * entering details but once again the issue is not back office but 'another user'. * @param int $paymentInstrumentID * Payment instrument ID. - * - * @return bool */ public static function buildPaymentForm(&$form, $processor, $billing_profile_id, $isBackOffice, $paymentInstrumentID = NULL) { //if the form has address fields assign to the template so the js can decide what billing fields to show -- 2.25.1