Merge pull request #15856 from agileware/CIVICRM-1368
[civicrm-core.git] / CRM / Core / DAO / WordReplacement.php
index 59c12bba5b166468bdbd4d07df769ec5055481cd..078dbc9fd75a763ac8710a34e9625705efc690ff 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2019
+ * @copyright CiviCRM LLC https://civicrm.org/licensing
  *
  * Generated from xml/schema/CRM/Core/WordReplacement.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4464631f7afa922e6cbb3eef1b3436e9)
+ * (GenCodeChecksum:0e956a44911169933aabb2bfdc266e32)
  */
 
 /**
@@ -31,7 +31,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
   /**
    * Word replacement ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
@@ -52,7 +52,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
   /**
    * Is this entry active?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_active;
 
@@ -64,7 +64,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
   /**
    * FK to Domain ID. This is for Domain specific word replacement
    *
-   * @var int unsigned
+   * @var int
    */
   public $domain_id;
 
@@ -166,7 +166,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
           ],
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::getWordReplacementMatchType',
-          ]
+          ],
         ],
         'domain_id' => [
           'name' => 'domain_id',
@@ -183,7 +183,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
             'table' => 'civicrm_domain',
             'keyColumn' => 'id',
             'labelColumn' => 'name',
-          ]
+          ],
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);