From a3d83c42eff7485e3eea953c4afa406b26a441cf Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Fri, 17 Apr 2020 20:47:51 +0100 Subject: [PATCH] Remove var that is defined on parent --- CRM/Financial/Form/Payment.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CRM/Financial/Form/Payment.php b/CRM/Financial/Form/Payment.php index 5cc911595e..09bd75851b 100644 --- a/CRM/Financial/Form/Payment.php +++ b/CRM/Financial/Form/Payment.php @@ -17,9 +17,8 @@ class CRM_Financial_Form_Payment extends CRM_Core_Form { /** - * @var int + * @var string */ - protected $_paymentProcessorID; protected $currency; public $_values = []; -- 2.25.1