Completed
Push — master ( 990fd5...f17d9c )
by Tim
11s
created
src/ConfigurationLoader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
      * If command line options are specified, they will always override the
98 98
      * values found in the configuration file.
99 99
      *
100
-     * @return \TechDivision\Import\Cli\Configuration The configuration instance
100
+     * @return Configuration The configuration instance
101 101
      * @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
102 102
      */
103 103
     public function load()
@@ -261,7 +261,7 @@  discard block
 block discarded – undo
261 261
      * @param string $dir            The path to the Magento root directory
262 262
      * @param string $connectionName The connection name to return the data for
263 263
      *
264
-     * @return array The connection data
264
+     * @return Database The connection data
265 265
      * @throws \Exception Is thrown, if the requested DB connection is not available
266 266
      */
267 267
     protected function getMagentoDbConnection($dir, $connectionName = 'default')
Please login to merge, or discard this patch.
src/SimpleConfigurationLoader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
      *
126 126
      * @param \Symfony\Component\Console\Input\InputInterface                 $input                        The input instance
127 127
      * @param \Symfony\Component\DependencyInjection\ContainerInterface       $container                    The container instance
128
-     * @param \TechDivision\Import\Cli\LibraryLoader                          $libraryLoader                The configuration loader instance
128
+     * @param LibraryLoader                          $libraryLoader                The configuration loader instance
129 129
      * @param \TechDivision\Import\ConfigurationFactoryInterface              $configurationFactory         The configuration factory instance
130 130
      * @param \TechDivision\Import\Utils\CommandNames                         $commandNames                 The available command names
131 131
      * @param \TechDivision\Import\Utils\Mappings\CommandNameToEntityTypeCode $commandNameToEntityTypeCodes The mapping of the command names to the entity type codes
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
      * If command line options are specified, they will always override the
155 155
      * values found in the configuration file.
156 156
      *
157
-     * @return \TechDivision\Import\Cli\Configuration The configuration instance
157
+     * @return Configuration The configuration instance
158 158
      * @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
159 159
      */
160 160
     public function load()
Please login to merge, or discard this patch.