Merge pull request #14249 from yashodha/959_dev
[civicrm-core.git] / CRM / Mailing / Event / DAO / Unsubscribe.php
index 4cf44deebc2b2520554c3d51884c82b03b3debe6..8e7d40ddd7e37a1a72cf43d498217a6788fb7352 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/Event/Unsubscribe.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0c9e8803cc8a27aa23c47d65a60aa719)
+ * (GenCodeChecksum:f3f2e48cc72b5cacff2aad1e146e70f8)
  */
 
 /**
@@ -29,21 +29,21 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO {
   public static $_log = FALSE;
 
   /**
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
   /**
    * FK to EventQueue
    *
-   * @var int unsigned
+   * @var int
    */
   public $event_queue_id;
 
   /**
    * Unsubscribe at org- or group-level
    *
-   * @var boolean
+   * @var bool
    */
   public $org_unsubscribe;