Completed
Push — 16.x ( ec9e58...0c2d96 )
by Tim
05:20
created
src/ConfigurationFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
      * @param string $params                  A serialized string with additional params that'll be passed to the configuration
153 153
      * @param string $paramsFile              A filename that contains serialized data with additional params that'll be passed to the configuration
154 154
      *
155
-     * @return void
155
+     * @return \TechDivision\Import\Configuration\ConfigurationInterface
156 156
      */
157 157
     public function factoryFromDirectories($installationDir, $defaultConfigurationDir = 'etc', array $directories = array(), $format = 'json', $params = null, $paramsFile = null)
158 158
     {
Please login to merge, or discard this patch.