remove type hint to return bool - we are no longer using the ret value.
authorJamie McClelland <jm@mayfirst.org>
Thu, 23 Sep 2021 15:47:13 +0000 (11:47 -0400)
committerJamie McClelland <jm@mayfirst.org>
Thu, 23 Sep 2021 15:47:13 +0000 (11:47 -0400)
CRM/Core/Payment/Form.php

index c11765cb5f9353900ff1379e15d442bf00b688e8..2c30dec08df5f6ecae86b82c1853c109cfcfae01 100644 (file)
@@ -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