Merge pull request #15323 from elisseck/dev/core/1266
[civicrm-core.git] / CRM / Core / DAO / PrintLabel.php
index 1478cbaa485a8b615c62841fa9105ce718c0ff13..ed0669e771e6f4eba442a5950cfa9f05d14a0a85 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/PrintLabel.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ef7c7701413c4c687c2e9639ccdda22c)
+ * (GenCodeChecksum:dff1181c7ca564844b6fed3b5eb2e37e)
  */
 
 /**
@@ -29,7 +29,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
   public static $_log = FALSE;
 
   /**
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
@@ -64,7 +64,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
   /**
    * Implicit FK to civicrm_option_value row in NEW label_type option group
    *
-   * @var int unsigned
+   * @var int
    */
   public $label_type_id;
 
@@ -78,28 +78,28 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
   /**
    * Is this default?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_default;
 
   /**
    * Is this option active?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_active;
 
   /**
    * Is this reserved label?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_reserved;
 
   /**
    * FK to civicrm_contact, who created this label layout
    *
-   * @var int unsigned
+   * @var int
    */
   public $created_id;
 
@@ -200,7 +200,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'name_badge',
             'optionEditPath' => 'civicrm/admin/options/name_badge',
-          ]
+          ],
         ],
         'label_type_id' => [
           'name' => 'label_type_id',
@@ -218,7 +218,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'label_type',
             'optionEditPath' => 'civicrm/admin/options/label_type',
-          ]
+          ],
         ],
         'data' => [
           'name' => 'data',