Merge pull request #15168 from MegaphoneJon/class-fixes
[civicrm-core.git] / CRM / Campaign / DAO / Survey.php
index 606f492a29e32148240fb5fc1efc57d0e5056790..47678b9fa353d5f3e966cb0ead9f60a78af3ad88 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Campaign/Survey.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:560bc8a33994c60b3a90d768142bf3ef)
+ * (GenCodeChecksum:66d74656d01b2d56d4d4861203ef2fdd)
  */
 
 /**
@@ -31,7 +31,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
   /**
    * Survey id.
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
@@ -45,14 +45,14 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
   /**
    * Foreign key to the Campaign.
    *
-   * @var int unsigned
+   * @var int
    */
   public $campaign_id;
 
   /**
    * Implicit FK to civicrm_option_value where option_group = activity_type
    *
-   * @var int unsigned
+   * @var int
    */
   public $activity_type_id;
 
@@ -73,42 +73,42 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
   /**
    * Number of days for recurrence of release.
    *
-   * @var int unsigned
+   * @var int
    */
   public $release_frequency;
 
   /**
    * Maximum number of contacts to allow for survey.
    *
-   * @var int unsigned
+   * @var int
    */
   public $max_number_of_contacts;
 
   /**
    * Default number of contacts to allow for survey.
    *
-   * @var int unsigned
+   * @var int
    */
   public $default_number_of_contacts;
 
   /**
    * Is this survey enabled or disabled/cancelled?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_active;
 
   /**
    * Is this default survey?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_default;
 
   /**
    * FK to civicrm_contact, who created this Survey.
    *
-   * @var int unsigned
+   * @var int
    */
   public $created_id;
 
@@ -122,7 +122,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
   /**
    * FK to civicrm_contact, who recently edited this Survey.
    *
-   * @var int unsigned
+   * @var int
    */
   public $last_modified_id;
 
@@ -136,14 +136,14 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
   /**
    * Used to store option group id.
    *
-   * @var int unsigned
+   * @var int
    */
   public $result_id;
 
   /**
    * Bypass the email verification.
    *
-   * @var boolean
+   * @var bool
    */
   public $bypass_confirm;
 
@@ -164,7 +164,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
   /**
    * Can people share the petition through social media?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_share;
 
@@ -245,7 +245,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
             'table' => 'civicrm_campaign',
             'keyColumn' => 'id',
             'labelColumn' => 'title',
-          ]
+          ],
         ],
         'activity_type_id' => [
           'name' => 'activity_type_id',
@@ -266,7 +266,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'activity_type',
             'optionEditPath' => 'civicrm/admin/options/activity_type',
-          ]
+          ],
         ],
         'recontact_interval' => [
           'name' => 'recontact_interval',