Merge pull request #2539 from PalanteJon/CRM-14223
[civicrm-core.git] / CRM / Import / DataSource.php
index cda3ebe86964e9b38bb40b294b23b7f69daafc62..19bd599f93889a9299c8a47a0ac35c50cc0b61b8 100644 (file)
@@ -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);