|
@@ -50,9 +50,9 @@ |
|
|
block discarded – undo |
|
50
|
50
|
* Factory method to create a new product processor instance. |
|
51
|
51
|
* |
|
52
|
52
|
* @param \PDO $connection The PDO connection to use |
|
53
|
|
- * @param TechDivision\Import\Configuration\ProcessorConfigurationInterface $configuration The subject configuration |
|
|
53
|
+ * @param ProcessorConfigurationInterface $configuration The subject configuration |
|
54
|
54
|
* |
|
55
|
|
- * @return \TechDivision\Import\Product\Services\ProductProcessor The processor instance |
|
|
55
|
+ * @return \TechDivision\Import\Product\Media\Services\ProductMediaProcessor The processor instance |
|
56
|
56
|
*/ |
|
57
|
57
|
public static function factory(\PDO $connection, ProcessorConfigurationInterface $configuration) |
|
58
|
58
|
{ |
Please login to merge, or discard this patch.