Regenerate DAO files
[civicrm-core.git] / CRM / Contribute / DAO / ContributionSoft.php
index 7ea4ff7b9851700db561de9424d2b99bb80afb3e..812701f4e7c4cd5b5cdaeab9a3e5d4affdb095ea 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Contribute/ContributionSoft.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:80b29a1f7da297139c5265799fb4ffc3)
+ * (GenCodeChecksum:e14061776c0e1add8462e32454a01fe1)
  */
 
 /**
@@ -31,21 +31,21 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
   /**
    * Soft Contribution ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
   /**
    * FK to contribution table.
    *
-   * @var int unsigned
+   * @var int
    */
   public $contribution_id;
 
   /**
    * FK to Contact ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $contact_id;
 
@@ -66,12 +66,12 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
   /**
    * FK to civicrm_pcp.id
    *
-   * @var int unsigned
+   * @var int
    */
   public $pcp_id;
 
   /**
-   * @var boolean
+   * @var bool
    */
   public $pcp_display_in_roll;
 
@@ -88,7 +88,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
   /**
    * Soft Credit Type ID.Implicit FK to civicrm_option_value where option_group = soft_credit_type.
    *
-   * @var int unsigned
+   * @var int
    */
   public $soft_credit_type_id;
 
@@ -210,7 +210,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
             'keyColumn' => 'name',
             'labelColumn' => 'full_name',
             'nameColumn' => 'name',
-          ]
+          ],
         ],
         'pcp_id' => [
           'name' => 'pcp_id',
@@ -228,7 +228,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
             'table' => 'civicrm_pcp',
             'keyColumn' => 'id',
             'labelColumn' => 'title',
-          ]
+          ],
         ],
         'pcp_display_in_roll' => [
           'name' => 'pcp_display_in_roll',
@@ -284,7 +284,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'soft_credit_type',
             'optionEditPath' => 'civicrm/admin/options/soft_credit_type',
-          ]
+          ],
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);