Merge pull request #23901 from totten/nfc-install-docblock
[civicrm-core.git] / Civi / Api4 / Event.php
index 021ebc9818ba24161b105a8c75204240f08e22b8..9a9913136e11dfe6b342ce05866346ab472cf4ba 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;
 
 /**
@@ -25,6 +16,7 @@ namespace Civi\Api4;
  * @see https://docs.civicrm.org/user/en/latest/events/what-is-civievent/
  *
  * @searchable primary
+ * @since 5.19
  * @package Civi\Api4
  */
 class Event extends Generic\DAOEntity {