Merge pull request #14735 from mattwire/deprecated_getallpermissions
[civicrm-core.git] / CRM / Core / DAO / LocationType.php
index fbab7fe2dabeaa0dfce1484407dfda40766e66b1..d157c00c21882a671bd1c8511fbc1f4a56860774 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/LocationType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a97cc190a4fbeafa8846f48f47dcd63e)
+ * (GenCodeChecksum:c3560b71c6b732aaa7febb2567fc1b9c)
  */
 
 /**
@@ -31,7 +31,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
   /**
    * Location Type ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
@@ -66,21 +66,21 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
   /**
    * Is this location type a predefined system location?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_reserved;
 
   /**
    * Is this property active?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_active;
 
   /**
    * Is this location type the default?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_default;