Merge pull request #14326 from civicrm/5.14
[civicrm-core.git] / CRM / Core / DAO / OpenID.php
index 206cb5ba8846b486dc70bde62301f5e0cad57764..542d774e9fa65cec5313f47bcfd0d73107137b09 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/OpenID.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8f43063bba0682c56356dbf7afa64658)
+ * (GenCodeChecksum:d63a37d228f3faa87726f65906737301)
  */
 
 /**
@@ -31,21 +31,21 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
   /**
    * Unique OpenID 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,14 +59,14 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO {
   /**
    * Whether or not this user is allowed to login
    *
-   * @var boolean
+   * @var bool
    */
   public $allowed_to_login;
 
   /**
    * Is this the primary email for this contact and location.
    *
-   * @var boolean
+   * @var bool
    */
   public $is_primary;