Merge pull request #15362 from yashodha/edit
[civicrm-core.git] / CRM / Core / DAO / Note.php
index bfafebc8d7a394e786bbfb6dcac15b7e281c8062..9a57d0a2912bedfe395d709e37e19dd46e2b0c53 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Note.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5fce1a0f7f9271c8f003ba804e020e55)
+ * (GenCodeChecksum:e1249165b22b38a9aee6bd558181ef9d)
  */
 
 /**
@@ -31,7 +31,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
   /**
    * Note ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
@@ -45,7 +45,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
   /**
    * Foreign key to the referenced item.
    *
-   * @var int unsigned
+   * @var int
    */
   public $entity_id;
 
@@ -59,7 +59,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
   /**
    * FK to Contact ID creator
    *
-   * @var int unsigned
+   * @var int
    */
   public $contact_id;
 
@@ -143,7 +143,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'localizable' => 0,
           'pseudoconstant' => [
             'callback' => 'CRM_Core_BAO_Note::entityTables',
-          ]
+          ],
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -234,7 +234,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'note_privacy',
             'optionEditPath' => 'civicrm/admin/options/note_privacy',
-          ]
+          ],
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);