Merge pull request #14326 from civicrm/5.14
[civicrm-core.git] / CRM / Core / DAO / County.php
index f3dedbed8e424374dfceec9cc28614ea556f62a3..853be19f1b431548a7e205a73ea50b9d2525f50a 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/County.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:74b37d0061cdff5aa638ff68f3879b6c)
+ * (GenCodeChecksum:3ce3045eed44f727cbca947945315329)
  */
 
 /**
@@ -31,7 +31,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO {
   /**
    * County ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
@@ -52,7 +52,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO {
   /**
    * ID of State/Province that County belongs
    *
-   * @var int unsigned
+   * @var int
    */
   public $state_province_id;