Merge pull request #4866 from totten/master-phpcs
[civicrm-core.git] / CRM / Custom / Import / Field.php
index 78e6e0a81b10444583dbf903fcb8d514d3dbadca..79d41a1b5b757902d877a077a9acb812fedc6620 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -24,5 +24,8 @@
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
 */
-class CRM_Custom_Import_Field extends CRM_Contact_Import_Field{}
 
+/**
+ * Class CRM_Custom_Import_Field
+ */
+class CRM_Custom_Import_Field extends CRM_Contact_Import_Field{}