Merge pull request #15666 from revati90/shared_address
[civicrm-core.git] / CRM / Contribute / DAO / ContributionProduct.php
index 8d07ce857e7445e670e644b4f3512744f07406e4..9eb4e570687323518d09884f78a1d27bde1a0bec 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2019
+ * @copyright CiviCRM LLC (c) 2004-2020
  *
  * Generated from xml/schema/CRM/Contribute/ContributionProduct.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:6ae2cd21f621a614cacc75a16e93c875)
+ * (GenCodeChecksum:ff8ff52e402d36b2d488ec5cda68ff12)
  */
 
 /**
@@ -29,17 +29,17 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
   public static $_log = TRUE;
 
   /**
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
   /**
-   * @var int unsigned
+   * @var int
    */
   public $product_id;
 
   /**
-   * @var int unsigned
+   * @var int
    */
   public $contribution_id;
 
@@ -84,7 +84,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
   /**
    * FK to Financial Type(for membership price sets only).
    *
-   * @var int unsigned
+   * @var int
    */
   public $financial_type_id;
 
@@ -245,7 +245,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
             'table' => 'civicrm_financial_type',
             'keyColumn' => 'id',
             'labelColumn' => 'name',
-          ]
+          ],
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);