Update copyright date for 2020
[civicrm-core.git] / CRM / Contact / Import / Field.php
index 84679aaf6ec2963c67d0205855baac1e5d75a26a..30d0a6446a37d1e7c90a25aa9c9bf6a766f55f79 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2019                                |
+ | Copyright CiviCRM LLC (c) 2004-2020                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  */
 class CRM_Contact_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;
 
@@ -52,7 +55,7 @@ class CRM_Contact_Import_Field {
 
   /**
    * Is this field required
-   * @var boolean
+   * @var bool
    */
   public $_required;