Completed
Push — 15.x ( a48227...e72789 )
by Tim
01:41
created
src/ConfigurationFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
      * @param string $params      A serialized string with additional params that'll be passed to the configuration
110 110
      * @param string $paramsFile  A filename that contains serialized data with additional params that'll be passed to the configuration
111 111
      *
112
-     * @return void
112
+     * @return \TechDivision\Import\ConfigurationInterface
113 113
      */
114 114
     public function factoryFromDirectories(array $directories = array(), $format = 'json', $params = null, $paramsFile = null)
115 115
     {
Please login to merge, or discard this patch.
src/Parsers/JsonParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      *
58 58
      * @param array $directories An array with diretories to parse
59 59
      *
60
-     * @return void
60
+     * @return string
61 61
      * @throws \Exception Is thrown if the configuration can not be loaded from the configuration files
62 62
      */
63 63
     public function parse(array $directories)
Please login to merge, or discard this patch.