Merge pull request #2 from civicrm/master
[civicrm-core.git] / CRM / Core / DAO / Country.php
index fa5108bc655c2db6a4ed33a5e125c86e3351aba5..5087ed41384ba39150b4200078997003a990540f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Country.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a7e07335fea6b1eea5894c119eaa1c4e)
+ * (GenCodeChecksum:367384a5604d933a66247bddb06e96bb)
  */
 
 /**
@@ -31,7 +31,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
   /**
    * Country Id
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
@@ -59,7 +59,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
   /**
    * Foreign key to civicrm_address_format.id.
    *
-   * @var int unsigned
+   * @var int
    */
   public $address_format_id;
 
@@ -80,14 +80,14 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
   /**
    * Foreign key to civicrm_worldregion.id.
    *
-   * @var int unsigned
+   * @var int
    */
   public $region_id;
 
   /**
    * Should state/province be displayed as abbreviation for contacts from this country?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_province_abbreviated;
 
@@ -233,7 +233,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
             'table' => 'civicrm_worldregion',
             'keyColumn' => 'id',
             'labelColumn' => 'name',
-          ]
+          ],
         ],
         'is_province_abbreviated' => [
           'name' => 'is_province_abbreviated',