X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FCountry.php;h=5087ed41384ba39150b4200078997003a990540f;hb=3ef8a1aee0356f29fc6720cf11c5e462cb4025ab;hp=fa5108bc655c2db6a4ed33a5e125c86e3351aba5;hpb=a4629d050f4552812f0e49267e9340a0ebf917a4;p=civicrm-core.git diff --git a/CRM/Core/DAO/Country.php b/CRM/Core/DAO/Country.php index fa5108bc65..5087ed4138 100644 --- a/CRM/Core/DAO/Country.php +++ b/CRM/Core/DAO/Country.php @@ -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',