X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FDedupe%2FDAO%2FDedupeException.php;h=2679f8349fabc8fc5be36ee84de0d2ab91711cad;hb=2b4ed181a658c1959ff66f5c9cd16b4475638121;hp=b1a96bab878dcf968d31fb9c2b2e2b4890ca5a18;hpb=02952b222b1543ed8e1b5d6b11c0f9d3aab0612b;p=civicrm-core.git diff --git a/CRM/Dedupe/DAO/DedupeException.php b/CRM/Dedupe/DAO/DedupeException.php index b1a96bab87..2679f8349f 100644 --- a/CRM/Dedupe/DAO/DedupeException.php +++ b/CRM/Dedupe/DAO/DedupeException.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Dedupe/DedupeException.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:52d33f10e1ffb90a32f65a9fa73ac9b3) + * (GenCodeChecksum:b949a5127501b9db455542caf6b3ffa2) */ /** @@ -33,21 +33,27 @@ class CRM_Dedupe_DAO_DedupeException extends CRM_Core_DAO { /** * Unique dedupe exception id * - * @var int + * @var int|string|null + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. */ public $id; /** * FK to Contact ID * - * @var int + * @var int|string + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. */ public $contact_id1; /** * FK to Contact ID * - * @var int + * @var int|string + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. */ public $contact_id2;