Merge pull request #14326 from civicrm/5.14
[civicrm-core.git] / CRM / Core / DAO / Email.php
index ac48170decacc9b8abde27cd0b4c43e3ea031b9d..1d36308a3081484cc41927c273a918e2c42ce718 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Email.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:198627a1fa129294e4c7be52939883e1)
+ * (GenCodeChecksum:6da9864657d2b5e46956386ab414d8d6)
  */
 
 /**
@@ -31,21 +31,21 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
   /**
    * Unique Email ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
   /**
    * FK to Contact ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $contact_id;
 
   /**
    * Which Location does this email belong to.
    *
-   * @var int unsigned
+   * @var int
    */
   public $location_type_id;
 
@@ -59,28 +59,28 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
   /**
    * Is this the primary?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_primary;
 
   /**
    * Is this the billing?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_billing;
 
   /**
    * Implicit FK to civicrm_option_value where option_group = email_on_hold.
    *
-   * @var int unsigned
+   * @var int
    */
   public $on_hold;
 
   /**
    * Is this address for bulk mail ?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_bulkmail;
 
@@ -184,7 +184,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
             'table' => 'civicrm_location_type',
             'keyColumn' => 'id',
             'labelColumn' => 'display_name',
-          ]
+          ],
         ],
         'email' => [
           'name' => 'email',
@@ -249,7 +249,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           ],
           'pseudoconstant' => [
             'callback' => 'CRM_Core_PseudoConstant::emailOnHoldOptions',
-          ]
+          ],
         ],
         'is_bulkmail' => [
           'name' => 'is_bulkmail',