Merge pull request #4866 from totten/master-phpcs
[civicrm-core.git] / CRM / Custom / Import / Field.php
index 6a505c7c257b4ba305173e54fd857866665a97a6..79d41a1b5b757902d877a077a9acb812fedc6620 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -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{}