X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FImport%2FField.php;h=30d0a6446a37d1e7c90a25aa9c9bf6a766f55f79;hb=f299f7db79fed6f3598c84302966bda087e7cac3;hp=84679aaf6ec2963c67d0205855baac1e5d75a26a;hpb=2099e281172b0622067cc4791d032155c9156e42;p=civicrm-core.git diff --git a/CRM/Contact/Import/Field.php b/CRM/Contact/Import/Field.php index 84679aaf6e..30d0a6446a 100644 --- a/CRM/Contact/Import/Field.php +++ b/CRM/Contact/Import/Field.php @@ -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. | | | @@ -30,17 +30,20 @@ */ 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;