Merge pull request #21882 from mariav0/patch-20
[civicrm-core.git] / Civi / Api4 / ContactType.php
index ac6731e569f4f5e00d8bc0fd06b4ed9137ecfdf8..e78beb2cc169c0e0997302d37b5a673d02763137 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;
 
 /**
@@ -30,6 +21,8 @@ namespace Civi\Api4;
  *
  * @see https://docs.civicrm.org/user/en/latest/organising-your-data/contacts/#contact-subtypes
  * @see \Civi\Api4\Contact
+ * @searchable none
+ * @since 5.19
  * @package Civi\Api4
  */
 class ContactType extends Generic\DAOEntity {