From dae9f016ab712632584754cd9b5f17eef7caa3cc Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 26 Jan 2023 13:03:00 +1300 Subject: [PATCH] Superficial cleanup --- CRM/Import/DataSource.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CRM/Import/DataSource.php b/CRM/Import/DataSource.php index ff671282d2..b6b1f00777 100644 --- a/CRM/Import/DataSource.php +++ b/CRM/Import/DataSource.php @@ -367,7 +367,7 @@ abstract class CRM_Import_DataSource { } /** - * Get the table name for the datajob. + * Get the table name for the import job. * * @return string|null * @@ -416,8 +416,6 @@ abstract class CRM_Import_DataSource { /** * Initialize the datasource, based on the submitted values stored in the user job. - * - * @throws \CRM_Core_Exception */ public function initialize(): void { @@ -462,7 +460,7 @@ abstract class CRM_Import_DataSource { * If the dataSource is being updated to another variant of the same * class (eg. the csv upload was set to no column headers and they * have resubmitted WITH skipColumnHeader (first row is a header) then - * the dataSource is still CSV and the params for the new intance + * the dataSource is still CSV and the params for the new instance * are passed in. When changing from csv to SQL (for example) newParams is * empty. * -- 2.25.1