mixin/polyfill.php - Import. Update comments.
[civicrm-core.git] / Civi / Api4 / MessageTemplate.php
index d20f1054ec6b2fdcc259c72462edfb7f423066ec..c99390dafad0f913848605b9b694ba8ae99f75b2 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,13 +8,6 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
 namespace Civi\Api4;
 
 /**
@@ -23,6 +15,7 @@ namespace Civi\Api4;
  *
  * This is a collection of MsgTemplate, for reuse in import, export, etc.
  * @searchable none
+ * @since 5.26
  * @package Civi\Api4
  */
 class MessageTemplate extends Generic\DAOEntity {