Merge pull request #23854 from totten/master-mixin-wfmsg
[civicrm-core.git] / Civi / Api4 / GroupNesting.php
index a8376088b9666032038f6158cf7a0901ca0c1129..3dd4f366b3f0d9a36e4f52dfcea6386573363073 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,20 +8,14 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
 namespace Civi\Api4;
 
 /**
  * GroupNesting entity.
  *
  * @see \Civi\Api4\Group
- * @searchable false
+ * @searchable none
+ * @since 5.19
  * @package Civi\Api4
  */
 class GroupNesting extends Generic\DAOEntity {