Merge pull request #21713 from eileenmcnaughton/meta_lite
[civicrm-core.git] / Civi / Api4 / Permission.php
index 95a63bc9ea24af3080a629083f66c537e0b00b1a..07bf9ff34060ac474881a62f8cdc0c801ad743a2 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;
 
 /**
@@ -25,7 +17,8 @@ namespace Civi\Api4;
  * It may be poorly suited to recursive usage (e.g. permissions defined dynamically
  * on top of permissions!) or during install/uninstall processes.
  *
- * @searchable false
+ * @searchable none
+ * @since 5.34
  * @package Civi\Api4
  */
 class Permission extends Generic\AbstractEntity {