Completed
Push — master ( a3f369...f825b4 )
by Tim
14s
created
src/Adapter/Csv/ExportConfigFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     /**
46 46
      * Initialize the adapter with the configuration.
47 47
      *
48
-     * @param \TechDivision\Import\Configuration\ConfigurationInterface $configuration The configuration instance
48
+     * @param ConfigurationInterface $configuration The configuration instance
49 49
      */
50 50
     public function __construct(ConfigurationInterface $configuration)
51 51
     {
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     /**
56 56
      * Factory method to create a new export configuration instance.
57 57
      *
58
-     * @return \Goodby\CSV\Export\Standard\ExportConfig The export configuration
58
+     * @return ExporterConfig The export configuration
59 59
      */
60 60
     public function createExportConfig()
61 61
     {
Please login to merge, or discard this patch.
src/Adapter/Csv/LexerConfigFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     /**
46 46
      * Initialize the adapter with the configuration.
47 47
      *
48
-     * @param \TechDivision\Import\Configuration\ConfigurationInterface $configuration The configuration instance
48
+     * @param ConfigurationInterface $configuration The configuration instance
49 49
      */
50 50
     public function __construct(ConfigurationInterface $configuration)
51 51
     {
Please login to merge, or discard this patch.