From: Eileen McNaughton Date: Tue, 9 Aug 2022 00:10:43 +0000 (+1200) Subject: Mark class internal X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=703bd1b92dc5522f827f6daab9e90053588266de;p=civicrm-core.git Mark class internal --- 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 { /**