Regenerate DAO files
[civicrm-core.git] / CRM / Contact / DAO / GroupContact.php
index 2497d5d63b8ed4e41bf31248f41d05dce9989705..ba7352ccf1923c971427e5ebc9fc49489adb51d6 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contact/GroupContact.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:d185e9f2050d8627b21a0fe5176466ab)
+ * (GenCodeChecksum:abb2a96c7fd72f93619b605fbb11b4b5)
  */
 
 /**
@@ -31,21 +31,21 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
   /**
    * primary key
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
   /**
    * FK to civicrm_group
    *
-   * @var int unsigned
+   * @var int
    */
   public $group_id;
 
   /**
    * FK to civicrm_contact
    *
-   * @var int unsigned
+   * @var int
    */
   public $contact_id;
 
@@ -59,14 +59,14 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
   /**
    * Optional location to associate with this membership
    *
-   * @var int unsigned
+   * @var int
    */
   public $location_id;
 
   /**
    * Optional email to associate with this membership
    *
-   * @var int unsigned
+   * @var int
    */
   public $email_id;
 
@@ -135,7 +135,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
             'table' => 'civicrm_group',
             'keyColumn' => 'id',
             'labelColumn' => 'title',
-          ]
+          ],
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -167,7 +167,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           ],
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::groupContactStatus',
-          ]
+          ],
         ],
         'location_id' => [
           'name' => 'location_id',