Merge pull request #17510 from mattwire/paymentprocessorinstrumentnotrequired
[civicrm-core.git] / Civi / Api4 / Tag.php
index 9d03a7f8bdb1dca24a3fc73b102bc7b2bc2a6a43..8cc13f1d16265f60303a615b61c69c8a06306ef5 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 
@@ -27,6 +25,7 @@ namespace Civi\Api4;
  * Tags in CiviCRM are used for Contacts, Activities, Cases & Attachments.
  * They are connected to those entities via the EntityTag table.
  *
+ * @see https://docs.civicrm.org/user/en/latest/organising-your-data/groups-and-tags/#tags
  * @package Civi\Api4
  */
 class Tag extends Generic\DAOEntity {