|
@@ -176,7 +176,7 @@ discard block |
|
|
block discarded – undo |
|
176
|
176
|
* @param \Symfony\Component\Console\Input\InputInterface $input The Symfony console input instance |
|
177
|
177
|
* @param string $entityTypeCode The entity type code to use |
|
178
|
178
|
* |
|
179
|
|
- * @return \TechDivision\Import\Cli\Configuration The configuration instance |
|
|
179
|
+ * @return \TechDivision\Import\ConfigurationInterface The configuration instance |
|
180
|
180
|
* @throws \Exception Is thrown, if the specified configuration file doesn't exist or the mandatory arguments/options to run the requested operation are not available |
|
181
|
181
|
*/ |
|
182
|
182
|
public function load(InputInterface $input, $entityTypeCode) |
|
@@ -433,7 +433,7 @@ discard block |
|
|
block discarded – undo |
|
433
|
433
|
* @param string $dir The path to the Magento root directory |
|
434
|
434
|
* @param string $connectionName The connection name to return the data for |
|
435
|
435
|
* |
|
436
|
|
- * @return array The connection data |
|
|
436
|
+ * @return Database The connection data |
|
437
|
437
|
* @throws \Exception Is thrown, if the requested DB connection is not available |
|
438
|
438
|
*/ |
|
439
|
439
|
public function getMagentoDbConnection($dir, $connectionName = 'default') |
Please login to merge, or discard this patch.