Merge pull request #23901 from totten/nfc-install-docblock
[civicrm-core.git] / Civi / Api4 / PriceSet.php
index df178613cafcfc5719338f9bde898aa94c560238..5b09ef830ed1feec13aa434b0366a7d3147ed4a2 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,13 +8,13 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
 namespace Civi\Api4;
 
 /**
  * PriceSet entity.
  *
  * @searchable secondary
+ * @since 5.27
  * @package Civi\Api4
  */
 class PriceSet extends Generic\DAOEntity {