Superficial cleanup
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 26 Jan 2023 00:03:00 +0000 (13:03 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 26 Jan 2023 00:03:00 +0000 (13:03 +1300)
CRM/Import/DataSource.php

index ff671282d249a6dfc199d63e2404315334014ac0..b6b1f00777aa4fc0bd18efde834e3bd8a86cbbce 100644 (file)
@@ -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.
    *