@@ -45,7 +45,7 @@ discard block |
||
| 45 | 45 | /** |
| 46 | 46 | * Initialize the adapter with the configuration. |
| 47 | 47 | * |
| 48 | - * @param \TechDivision\Import\Configuration\ConfigurationInterface $configuration The configuration instance |
|
| 48 | + * @param ConfigurationInterface $configuration The configuration instance |
|
| 49 | 49 | */ |
| 50 | 50 | public function __construct(ConfigurationInterface $configuration) |
| 51 | 51 | { |
@@ -55,7 +55,7 @@ discard block |
||
| 55 | 55 | /** |
| 56 | 56 | * Factory method to create a new export configuration instance. |
| 57 | 57 | * |
| 58 | - * @return \Goodby\CSV\Export\Standard\ExportConfig The export configuration |
|
| 58 | + * @return ExporterConfig The export configuration |
|
| 59 | 59 | */ |
| 60 | 60 | public function createExportConfig() |
| 61 | 61 | { |
@@ -45,7 +45,7 @@ |
||
| 45 | 45 | /** |
| 46 | 46 | * Initialize the adapter with the configuration. |
| 47 | 47 | * |
| 48 | - * @param \TechDivision\Import\Configuration\ConfigurationInterface $configuration The configuration instance |
|
| 48 | + * @param ConfigurationInterface $configuration The configuration instance |
|
| 49 | 49 | */ |
| 50 | 50 | public function __construct(ConfigurationInterface $configuration) |
| 51 | 51 | { |