Merge pull request #2539 from PalanteJon/CRM-14223
[civicrm-core.git] / CRM / Import / DataSource.php
index 0a2b22e5a36c019cc13dfa0585e67dc51f821b91..19bd599f93889a9299c8a47a0ac35c50cc0b61b8 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -61,7 +61,7 @@ abstract class CRM_Import_DataSource {
    * form snippet. It should add all fields necesarry to get the data
    * uploaded to the temporary table in the DB.
    *
-   * @return None (operates directly on form argument)
+   * @return void (operates directly on form argument)
    * @access public
    */
   abstract public function buildQuickForm(&$form);