Merge pull request #17174 from pradpnayak/ruleTitle
[civicrm-core.git] / Civi / Api4 / ContactType.php
index 98822f11c66b86aefed8605b23fe8cee9f62e5d8..d2ebd1b25b173c325db39de693a6efb858410c79 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 
@@ -30,6 +28,8 @@ namespace Civi\Api4;
  *
  * Creating a new contact type requires at minimum a label and parent_id.
  *
+ * @see https://docs.civicrm.org/user/en/latest/organising-your-data/contacts/#contact-subtypes
+ * @see \Civi\Api4\Contact
  * @package Civi\Api4
  */
 class ContactType extends Generic\DAOEntity {