Merge pull request #22955 from colemanw/schemaTrait
[civicrm-core.git] / Civi / Api4 / DedupeRuleGroup.php
index 64bf026a87ded23b4eff3fb90c030459a1649262..e596b75323449c79ea5b178c374dc6654941d8ca 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;
 
 /**
@@ -24,7 +15,9 @@ namespace Civi\Api4;
  *
  * This api exposes CiviCRM (dedupe) groups.
  *
+ * @searchable none
  * @see https://docs.civicrm.org/user/en/latest/organising-your-data/contacts/
+ * @since 5.39
  * @package Civi\Api4
  */
 class DedupeRuleGroup extends Generic\DAOEntity {