From: Seamus Lee <seamuslee001@gmail.com>
Date: Wed, 22 Nov 2017 23:49:42 +0000 (+1100)
Subject: NFC rerun setup.sh -dg and regen Participant DAO
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a21be57062932fdee1e87cd4111b296cd53a7f65;p=civicrm-core.git

NFC rerun setup.sh -dg and regen Participant DAO
---

diff --git a/CRM/Event/DAO/Participant.php b/CRM/Event/DAO/Participant.php
index 6429ffb100..9142d60ba4 100644
--- a/CRM/Event/DAO/Participant.php
+++ b/CRM/Event/DAO/Participant.php
@@ -96,7 +96,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
    * Populate with the label (text) associated with a fee level for paid events with multiple levels. Note that
    we store the label value and not the key
    *
-   * @var string
+   * @var text
    */
   public $fee_level;
   /**