@@ -84,7 +84,6 @@ |
||
| 84 | 84 | /** |
| 85 | 85 | * Constructor to initialize the command. |
| 86 | 86 | * |
| 87 | - * @param \Magento\Framework\ObjectManagerInterface $objectManager The object manager instance |
|
| 88 | 87 | */ |
| 89 | 88 | public function __construct( |
| 90 | 89 | Magento $app, |
@@ -176,7 +176,7 @@ discard block |
||
| 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 |
||
| 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') |