Merge pull request #15415 from ixiam/dev_issue#1297
[civicrm-core.git] / CRM / Core / DAO / IM.php
index a73d8b03b4758a9b52a27f9c1983e1571addcf52..7366b908487ede2f568f015dafb459a8c07504b2 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/IM.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:e02fa6f780d69e45b0e4caf8be31c6df)
+ * (GenCodeChecksum:cbd52493a36bc7a76440673085467442)
  */
 
 /**
@@ -31,21 +31,21 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
   /**
    * Unique IM 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,21 +59,21 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
   /**
    * Which IM Provider does this screen name belong to.
    *
-   * @var int unsigned
+   * @var int
    */
   public $provider_id;
 
   /**
    * Is this the primary IM for this contact and location.
    *
-   * @var boolean
+   * @var bool
    */
   public $is_primary;
 
   /**
    * Is this the billing?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_billing;
 
@@ -149,7 +149,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
             'table' => 'civicrm_location_type',
             'keyColumn' => 'id',
             'labelColumn' => 'display_name',
-          ]
+          ],
         ],
         'name' => [
           'name' => 'name',
@@ -187,7 +187,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'instant_messenger_service',
             'optionEditPath' => 'civicrm/admin/options/instant_messenger_service',
-          ]
+          ],
         ],
         'is_primary' => [
           'name' => 'is_primary',