Merge pull request #16514 from mattwire/phpnotice_ccparams
[civicrm-core.git] / Civi / Api4 / ActivityContact.php
index 237c62e8fb8956b8c8e19b4d3399ce7dc4d7d262..3c306ef1397665661f240cef6999a0e7f57bb18b 100644 (file)
@@ -14,8 +14,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC https://civicrm.org/licensing
- * $Id$
- *
  */
 
 
@@ -28,6 +26,7 @@ namespace Civi\Api4;
  *
  * Creating a new ActivityContact requires at minimum a contact_id and activity_id.
  *
+ * @see \Civi\Api4\Activity
  * @package Civi\Api4
  */
 class ActivityContact extends Generic\DAOEntity {