Merge pull request #1191 from davecivicrm/CRM-13034
[civicrm-core.git] / CRM / Dedupe / Finder.php
index c946ad288089e678af7c4d80e1c4d28f5278f50b..2de2da662b79e99792bc50c0432eca6f35445cc5 100644 (file)
@@ -81,7 +81,7 @@ class CRM_Dedupe_Finder {
    *
    * @param array  $params  array of params of the form $params[$table][$field] == $value
    * @param string $ctype   contact type to match against
-   * @param string $used    dedupe rule group usage ('Unsupervised' or 'Supervised' or 'General')  
+   * @param string $used    dedupe rule group usage ('Unsupervised' or 'Supervised' or 'General')
    * @param array  $except  array of contacts that shouldn't be considered dupes
    * @param int    $ruleGroupID the id of the dedupe rule we should be using
    *