Mark class internal
authorEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 9 Aug 2022 00:10:43 +0000 (12:10 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 9 Aug 2022 00:20:12 +0000 (12:20 +1200)
CRM/Import/Parser.php

index b4c7bb7d4f77edcec86b63da0c8b6731aa025210..ef329edc22a111add4bbcef277ab7ec015462552 100644 (file)
@@ -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 {
   /**