Merge pull request #14380 from civicrm/5.14
[civicrm-core.git] / CRM / Event / Import / Field.php
index 57b92f75bd1c4a636502ecf64e45e3b474d5d540..773a066c63b9ddafc0af14c2bce70a5b129b096e 100644 (file)
  */
 class CRM_Event_Import_Field {
 
-  /**#@+
+  /**
+   * #@+
    * @var string
    */
 
   /**
    * Name of the field
+   * @var string
    */
   public $_name;
 
   /**
    * Title of the field to be used in display
+   * @var string
    */
   public $_title;