Merge pull request #5169 from PalanteJon/CRM-15745
[civicrm-core.git] / CRM / Dedupe / Merger.php
index 9c938ebaf6f6d47e8c2b45f200e0409c43b0a9a9..5bb0785828a00e2e8c81227c2a2d5e4a465e8eeb 100644 (file)
@@ -156,7 +156,7 @@ class CRM_Dedupe_Merger {
   }
 
   /**
-   * Returns the related tables groups for which a contact has any info entered
+   * Returns the related tables groups for which a contact has any info entered.
    */
   public static function getActiveRelTables($cid) {
     $cid = (int) $cid;
@@ -243,7 +243,7 @@ WHERE
   }
 
   /**
-   * Return tables using locations
+   * Return tables using locations.
    */
   public static function locTables() {
     static $locTables;