Merge pull request #14878 from civicrm/5.16
[civicrm-core.git] / CRM / Contribute / DAO / Widget.php
index 9d77dfb9bfb3522ca7448a0b1140a0d584506e3a..964ff7ed65b7bdeb84723957934bb3c91191553b 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/Widget.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0605d26592e841a169687b225d891bc8)
+ * (GenCodeChecksum:a1f9bf066d659e32e32cd324aeb7a286)
  */
 
 /**
@@ -31,21 +31,21 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
   /**
    * Contribution Id
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
   /**
    * The Contribution Page which triggered this contribution
    *
-   * @var int unsigned
+   * @var int
    */
   public $contribution_page_id;
 
   /**
    * Is this property active?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_active;