Merge pull request #16514 from mattwire/phpnotice_ccparams
[civicrm-core.git] / Civi / Api4 / CustomField.php
index 702a5dc3e96cab8d9772cbae724eade75b69d46b..7ac3b10657129ea75b948e97d3fc152a877c83b3 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 
@@ -24,6 +22,8 @@ namespace Civi\Api4;
 /**
  * CustomField entity.
  *
+ * @see https://docs.civicrm.org/user/en/latest/organising-your-data/creating-custom-fields/
+ *
  * @package Civi\Api4
  */
 class CustomField extends Generic\DAOEntity {