|
@@ -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.