Comment fixes and function clean-up for CRM/Activity directory.
[civicrm-core.git] / CRM / Activity / BAO / ActivityContact.php
index 9de897ad60ced3dcf2056daa15193674c0abf88f..2fd873e38b48d8fd501196e922c7f94629a2acc5 100644 (file)
@@ -143,15 +143,13 @@ AND        civicrm_contact.is_deleted = 0
    * Should look a bit like
    *       [local_col_name] => "related_tablename:related_col_name"
    *
+   * @see DB_DataObject::getLinks()
+   * @see DB_DataObject::getLink()
    *
    * @return array|null
    *           array       = if there are links defined for this table.
    *           empty array - if there is a links.ini file, but no links on this table
    *           null        - if no links.ini exists for this database (hence try auto_links).
-   * @see      DB_DataObject::getLinks(), DB_DataObject::getLink()
-   */
-  /**
-   * @return array|null
    */
   public function links() {
     $link = array('activity_id' => 'civicrm_activity:id');