Merge branch 'master' into 5.15
[civicrm-core.git] / CRM / Friend / DAO / Friend.php
index 2d568215f02d59410022a276cf85c2d3cf0af0ac..0e1cc3af6ca71aaaa6ecf9480a98be9eb8282bec 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Friend/Friend.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a0a82714195ed8bafcbb12ef6c829521)
+ * (GenCodeChecksum:04bbd009e4d68da0f7e966ee3c780dcb)
  */
 
 /**
@@ -31,7 +31,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
   /**
    * Friend ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
@@ -45,7 +45,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
   /**
    * Foreign key to the referenced item.
    *
-   * @var int unsigned
+   * @var int
    */
   public $entity_id;
 
@@ -90,7 +90,7 @@ class CRM_Friend_DAO_Friend extends CRM_Core_DAO {
   public $thankyou_text;
 
   /**
-   * @var boolean
+   * @var bool
    */
   public $is_active;