Merge pull request #14326 from civicrm/5.14
[civicrm-core.git] / CRM / ACL / DAO / Cache.php
index c59ff67e57094ce65dbbd500684e5ef28a4bfe62..229f6f4c6e407f5aca70cb5648eb87ea45faeea5 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/ACL/Cache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:7551610e08f73f20ef3e5b9ef6782f80)
+ * (GenCodeChecksum:f993d89f3a44999eed1b4c46b714b736)
  */
 
 /**
@@ -31,21 +31,21 @@ class CRM_ACL_DAO_Cache extends CRM_Core_DAO {
   /**
    * Unique table ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
   /**
    * Foreign Key to Contact
    *
-   * @var int unsigned
+   * @var int
    */
   public $contact_id;
 
   /**
    * Foreign Key to ACL
    *
-   * @var int unsigned
+   * @var int
    */
   public $acl_id;