Merge pull request #20600 from ixiam/dev#SettingsTraitCheckboxes
[civicrm-core.git] / Civi / Api4 / WordReplacement.php
index ffe6e0107f0fc517e61c22cd028b136cd49395b5..8406b63495c0c8c743dd44e46fa77decac7a01a1 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,14 +8,6 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
-
 namespace Civi\Api4;
 
 /**
@@ -25,6 +16,7 @@ namespace Civi\Api4;
  * This entity stores global string replacements for the CiviCRM UI.
  *
  * @searchable secondary
+ * @since 5.39
  * @package Civi\Api4
  */
 class WordReplacement extends Generic\DAOEntity {