Merge pull request #23037 from eileenmcnaughton/assign2
[civicrm-core.git] / Civi / Api4 / Batch.php
index 7e48003af68beb02dcbc0c5741c40ad4bf649ef4..5897176a7d38d7d57de9429c9c917ebc1f9550f7 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,21 +8,14 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
-
 namespace Civi\Api4;
 
 /**
  * Batch entity.
  *
  * @searchable secondary
- * @see https://docs.civicrm.org/user/en/latest/pledges/everyday-tasks/#batch-entry-of-pledges
+ * @see https://docs.civicrm.org/user/en/latest/contributions/accounting-integration/
+ * @since 5.37
  * @package Civi\Api4
  */
 class Batch extends Generic\DAOEntity {