Merge pull request #21890 from mariav0/patch-28
[civicrm-core.git] / Civi / Api4 / Country.php
index 9441b4ac6cdddff37e907fb63154ea02ef2aa043..63093db8e845538349efa4ee98e894767b8b19a1 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,19 +8,13 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
 namespace Civi\Api4;
 
 /**
  * Country entity.
  *
  * @searchable secondary
+ * @since 5.22
  * @package Civi\Api4
  */
 class Country extends Generic\DAOEntity {