Merge pull request #14326 from civicrm/5.14
[civicrm-core.git] / CRM / Batch / DAO / Batch.php
index cac1d10f15b44d05108cb98a90c8c86db59cbec6..26340d54ad15b2cb5df9088e82ee3dff2b383dab 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Batch/Batch.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5e14654e2df1b813931043edb9d0f828)
+ * (GenCodeChecksum:3e98e0127d48dfc44b2e6db904cd556f)
  */
 
 /**
@@ -31,7 +31,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
   /**
    * Unique Address ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
@@ -59,7 +59,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
   /**
    * FK to Contact ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $created_id;
 
@@ -73,7 +73,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
   /**
    * FK to Contact ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $modified_id;
 
@@ -87,28 +87,28 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
   /**
    * FK to Saved Search ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $saved_search_id;
 
   /**
    * fk to Batch Status options in civicrm_option_values
    *
-   * @var int unsigned
+   * @var int
    */
   public $status_id;
 
   /**
    * fk to Batch Type options in civicrm_option_values
    *
-   * @var int unsigned
+   * @var int
    */
   public $type_id;
 
   /**
    * fk to Batch mode options in civicrm_option_values
    *
-   * @var int unsigned
+   * @var int
    */
   public $mode_id;
 
@@ -122,14 +122,14 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
   /**
    * Number of items in a batch.
    *
-   * @var int unsigned
+   * @var int
    */
   public $item_count;
 
   /**
    * fk to Payment Instrument options in civicrm_option_values
    *
-   * @var int unsigned
+   * @var int
    */
   public $payment_instrument_id;
 
@@ -319,7 +319,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'batch_status',
             'optionEditPath' => 'civicrm/admin/options/batch_status',
-          ]
+          ],
         ],
         'type_id' => [
           'name' => 'type_id',
@@ -337,7 +337,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'batch_type',
             'optionEditPath' => 'civicrm/admin/options/batch_type',
-          ]
+          ],
         ],
         'mode_id' => [
           'name' => 'mode_id',
@@ -355,7 +355,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'batch_mode',
             'optionEditPath' => 'civicrm/admin/options/batch_mode',
-          ]
+          ],
         ],
         'total' => [
           'name' => 'total',
@@ -364,7 +364,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'description' => ts('Total amount for this batch.'),
           'precision' => [
             20,
-            2
+            2,
           ],
           'where' => 'civicrm_batch.total',
           'table_name' => 'civicrm_batch',
@@ -405,7 +405,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'payment_instrument',
             'optionEditPath' => 'civicrm/admin/options/payment_instrument',
-          ]
+          ],
         ],
         'exported_date' => [
           'name' => 'exported_date',