Merge pull request #13689 from eileenmcnaughton/no_record_payment
[civicrm-core.git] / CRM / Contribute / Form / ContributionBase.php
index 4b22fae1a430674ad67a1f565fff5be1b57ff146..971479e6332d2b6c896d7208afd96a88fa06ee89 100644 (file)
@@ -181,9 +181,8 @@ class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form {
   public $_useForMember;
 
   /**
+   * @var bool
    * @deprecated
-   *
-   * @var
    */
   public $_isBillingAddressRequiredForPayLater;
 
@@ -1393,7 +1392,6 @@ class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form {
     }
   }
 
-
   /**
    * Get the payment processor object for the submission, returning the manual one for offline payments.
    *