Completed
Push — master ( ea75ee...41d0f9 )
by Tim
14s queued 11s
created
src/ConfigurationLoader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
      * @param \Symfony\Component\Console\Input\InputInterface $input          The Symfony console input instance
171 171
      * @param string                                          $entityTypeCode The entity type code to use
172 172
      *
173
-     * @return \TechDivision\Import\Cli\Configuration The configuration instance
173
+     * @return \TechDivision\Import\ConfigurationInterface The configuration instance
174 174
      * @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
175 175
      */
176 176
     public function load(InputInterface $input, $entityTypeCode)
@@ -443,7 +443,7 @@  discard block
 block discarded – undo
443 443
      * @param string $dir            The path to the Magento root directory
444 444
      * @param string $connectionName The connection name to return the data for
445 445
      *
446
-     * @return array The connection data
446
+     * @return Database The connection data
447 447
      * @throws \Exception Is thrown, if the requested DB connection is not available
448 448
      */
449 449
     public function getMagentoDbConnection($dir, $connectionName = 'default')
Please login to merge, or discard this patch.