X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FDedupe%2FDAO%2FRule.php;h=5d513b1aaf25183a0c73b0ed2d4a2fd9d01d0aac;hb=e6ca0a57f0e807c880e52b264a2def7f9acf0058;hp=f22ca90c165157a8c7172d9fa04357e155b3169a;hpb=7f341315597047b566af57d8bdc6a674174ca6ab;p=civicrm-core.git diff --git a/CRM/Dedupe/DAO/Rule.php b/CRM/Dedupe/DAO/Rule.php index f22ca90c16..5d513b1aaf 100644 --- a/CRM/Dedupe/DAO/Rule.php +++ b/CRM/Dedupe/DAO/Rule.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Dedupe/Rule.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a0244fcd66b32bc19065d227b2612925) + * (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;