Merge pull request #14082 from pradpnayak/caseReport
[civicrm-core.git] / CRM / Dedupe / DAO / Rule.php
index 806185c260a9dfbc84e230a065a4dadebe4a06a7..5d513b1aaf25183a0c73b0ed2d4a2fd9d01d0aac 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Dedupe/Rule.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:99420d466d2982510873b69c179fd9f5)
+ * (GenCodeChecksum:a7697e9d93641b3240e23f97f4f92329)
  */
 
 /**
@@ -31,14 +31,14 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO {
   /**
    * Unique dedupe rule id
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
   /**
    * The id of the rule group this rule belongs to
    *
-   * @var int unsigned
+   * @var int
    */
   public $dedupe_rule_group_id;
 
@@ -59,7 +59,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO {
   /**
    * The length of the matching substring
    *
-   * @var int unsigned
+   * @var int
    */
   public $rule_length;