From c742041f98b5eb0970e2321a512ad4c8f2fc7b25 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 16 Aug 2022 10:38:54 +1200 Subject: [PATCH] Make property private --- CRM/Import/Parser.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CRM/Import/Parser.php b/CRM/Import/Parser.php index 07134ad07a..e878def6d9 100644 --- a/CRM/Import/Parser.php +++ b/CRM/Import/Parser.php @@ -269,11 +269,13 @@ abstract class CRM_Import_Parser implements UserJobInterface { protected $_warnings; /** + * TO BE REMOVED. + * * Array of all the fields that could potentially be part * of this import process * @var array */ - protected $_fields; + private $_fields; /** * Metadata for all available fields, keyed by unique name. -- 2.25.1