Merge pull request #20115 from larssandergreen/fix-internal-anchor-URLs-in-mailings
[civicrm-core.git] / Civi / Api4 / MembershipType.php
index 089d8076ff15006d5e8d811ff034333e351dce39..7b1d891c23d275798b49d58e013b6030f59d8914 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;
 
 /**
  * MembershipType entity.
  *
  * @searchable secondary
+ * @since 5.27
  * @package Civi\Api4
  */
 class MembershipType extends Generic\DAOEntity {