Completed
Push — master ( a907fe...ddfe42 )
by Tim
9s
created
src/Services/RegistryProcessorFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,9 +39,9 @@
 block discarded – undo
39 39
      * Factory method to create a new import processor instance.
40 40
      *
41 41
      * @param \PDO                                       $connection    The PDO connection to use
42
-     * @param TechDivision\Import\ConfigurationInterface $configuration The subject configuration
42
+     * @param ConfigurationInterface $configuration The subject configuration
43 43
      *
44
-     * @return object The processor instance
44
+     * @return RegistryProcessor The processor instance
45 45
      */
46 46
     public static function factory(\PDO $connection, ConfigurationInterface $configuration)
47 47
     {
Please login to merge, or discard this patch.
src/Services/ImportProcessorFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,9 +48,9 @@
 block discarded – undo
48 48
      * Factory method to create a new import processor instance.
49 49
      *
50 50
      * @param \PDO                                       $connection    The PDO connection to use
51
-     * @param TechDivision\Import\ConfigurationInterface $configuration The subject configuration
51
+     * @param ConfigurationInterface $configuration The subject configuration
52 52
      *
53
-     * @return object The processor instance
53
+     * @return ImportProcessor The processor instance
54 54
      */
55 55
     public static function factory(\PDO $connection, ConfigurationInterface $configuration)
56 56
     {
Please login to merge, or discard this patch.
src/Configuration/Logger/Handler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     /**
93 93
      * Return's the swift mailer configuration to use.
94 94
      *
95
-     * @return TechDivision\Import\Cli\Configuration\SwiftMailer The swift mailer configuration to use
95
+     * @return \TechDivision\Import\Cli\Configuration\SwiftMailer The swift mailer configuration to use
96 96
      */
97 97
     public function getSwiftMailer()
98 98
     {
Please login to merge, or discard this patch.
src/Configuration/Plugin.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
     /**
124 124
      * Return's the reference to the configuration instance.
125 125
      *
126
-     * @return \TechDivision\Import\ConfigurationInterface The configuration instance
126
+     * @return string The configuration instance
127 127
      */
128 128
     public function getConfiguration()
129 129
     {
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
     /**
154 154
      * Return's the swift mailer configuration to use.
155 155
      *
156
-     * @return TechDivision\Import\Cli\Configuration\SwiftMailer The swift mailer configuration to use
156
+     * @return SwiftMailer The swift mailer configuration to use
157 157
      */
158 158
     public function getSwiftMailer()
159 159
     {
Please login to merge, or discard this patch.
src/Configuration/SwiftMailer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
     /**
92 92
      * Return's the swift mailer transport configuration to use.
93 93
      *
94
-     * @return TechDivision\Import\Cli\Configuration\SwiftMailer\Transport The transport configuration to use
94
+     * @return SwiftMailer\Transport The transport configuration to use
95 95
      */
96 96
     public function getTransport()
97 97
     {
Please login to merge, or discard this patch.
src/Services/EeProductBunchProcessorFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
      * Factory method to create a new product processor instance.
107 107
      *
108 108
      * @param \PDO                                                              $connection    The PDO connection to use
109
-     * @param TechDivision\Import\Configuration\ProcessorConfigurationInterface $configuration The subject configuration
109
+     * @param ProcessorConfigurationInterface $configuration The subject configuration
110 110
      *
111 111
      * @return \TechDivision\Import\Product\Services\ProductProcessor The processor instance
112 112
      */
Please login to merge, or discard this patch.
src/Services/ProductBundleProcessorFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
      * Factory method to create a new product bundle processor instance.
64 64
      *
65 65
      * @param \PDO                                                              $connection    The PDO connection to use
66
-     * @param TechDivision\Import\Configuration\ProcessorConfigurationInterface $configuration The subject configuration
66
+     * @param ProcessorConfigurationInterface $configuration The subject configuration
67 67
      *
68 68
      * @return \TechDivision\Import\Product\Bundle\Services\ProductBundleProcessor The processor instance
69 69
      */
Please login to merge, or discard this patch.
src/Services/ProductLinkProcessorFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      * Factory method to create a new product link processor instance.
57 57
      *
58 58
      * @param \PDO                                                              $connection    The PDO connection to use
59
-     * @param TechDivision\Import\Configuration\ProcessorConfigurationInterface $configuration The subject configuration
59
+     * @param ProcessorConfigurationInterface $configuration The subject configuration
60 60
      *
61 61
      * @return \TechDivision\Import\Product\Link\Services\ProducLinkProcessor The processor instance
62 62
      */
Please login to merge, or discard this patch.
src/Services/ProductMediaProcessorFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
      * Factory method to create a new product media processor instance.
62 62
      *
63 63
      * @param \PDO                                                              $connection    The PDO connection to use
64
-     * @param TechDivision\Import\Configuration\ProcessorConfigurationInterface $configuration The subject configuration
64
+     * @param ProcessorConfigurationInterface $configuration The subject configuration
65 65
      *
66 66
      * @return \TechDivision\Import\Product\Media\Services\ProductMediaProcessor The processor instance
67 67
      */
Please login to merge, or discard this patch.