Merge pull request #21890 from mariav0/patch-28
[civicrm-core.git] / Civi / Api4 / Contribution.php
index fe7bc91624a1801b8d386114bdf456e18d4d9e15..2be2264b61725d7c006a06d14a96baaca89bac71 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;
 
 /**
  * Contribution entity.
  *
  * @searchable primary
+ * @since 5.19
  * @package Civi\Api4
  */
 class Contribution extends Generic\DAOEntity {