Merge pull request #14326 from civicrm/5.14
[civicrm-core.git] / CRM / Core / DAO / PrintLabel.php
index 1f20a3825e1f1ac3cef2df1c9d54bae6c178f254..55916812524c153c6f88e66fb1b5c35ac89f1553 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/PrintLabel.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ca56833ea757bf1363d618add294960d)
+ * (GenCodeChecksum:2bf1df61a7093242ac2cde0d4d8ef1e0)
  */
 
 /**
@@ -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',