From 703bd1b92dc5522f827f6daab9e90053588266de Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 9 Aug 2022 12:10:43 +1200 Subject: [PATCH] Mark class internal --- CRM/Import/Parser.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Import/Parser.php b/CRM/Import/Parser.php index b4c7bb7d4f..ef329edc22 100644 --- a/CRM/Import/Parser.php +++ b/CRM/Import/Parser.php @@ -19,6 +19,9 @@ use Civi\UserJob\UserJobInterface; * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing + * + * @internal - this class is likely to change and extending it in extensions is not + * supported. */ abstract class CRM_Import_Parser implements UserJobInterface { /** -- 2.25.1