Merge pull request #21937 from eileenmcnaughton/upit
[civicrm-core.git] / Civi / Api4 / Setting.php
index a41baa6180e975764288b9a5f148fd5f3338e04a..2e89f53e27a25fb44844a8eeaaf09747616e6302 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;
 
 /**
@@ -26,6 +17,7 @@ namespace Civi\Api4;
  *
  * @see \Civi\Core\SettingsBag
  * @searchable none
+ * @since 5.19
  * @package Civi\Api4
  */
 class Setting extends Generic\AbstractEntity {