Make property private
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 15 Aug 2022 22:38:54 +0000 (10:38 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 16 Aug 2022 04:31:48 +0000 (16:31 +1200)
CRM/Import/Parser.php

index 07134ad07a0dca7bc8448df313caf21c779e0c09..e878def6d93251ac11635c99f89588d8a39ba8de 100644 (file)
@@ -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.