Merge pull request #21957 from eileenmcnaughton/lang
[civicrm-core.git] / Civi / Api4 / UFMatch.php
index 05cd8fa5a568729ec8a350e346c500af175db4cc..cb4df4ec43cf6be20a97a9ceaf21b7ac35109c51 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,20 +8,13 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
-
 namespace Civi\Api4;
 
 /**
  * UFMatch entity - links civicrm contacts with users created externally
  *
- * @searchable false
+ * @searchable none
+ * @since 5.19
  * @package Civi\Api4
  */
 class UFMatch extends Generic\DAOEntity {