Merge pull request #22631 from braders/calculateBaseScheduleDate-docblock
[civicrm-core.git] / CRM / Core / DAO / AddressFormat.php
index 9e6e0983f5a56247a4d8851a69c1847a41537610..242d8c3b878433449a2d1c04dae1ea808c7849fa 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/AddressFormat.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:97f3200f7d0f056c11607371d23b2c53)
+ * (GenCodeChecksum:bdb3bcc498465d39e8bd700f5c3b64df)
  */
 
 /**
@@ -33,14 +33,18 @@ class CRM_Core_DAO_AddressFormat extends CRM_Core_DAO {
   /**
    * Address Format ID
    *
-   * @var int
+   * @var int|string|null
+   *   (SQL type: int unsigned)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $id;
 
   /**
    * The format of an address
    *
-   * @var text
+   * @var string|null
+   *   (SQL type: text)
+   *   Note that values will be retrieved from the database as a string.
    */
   public $format;