@@ -56,7 +56,7 @@ |
||
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 | */ |
@@ -61,7 +61,7 @@ |
||
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 | */ |
@@ -64,7 +64,7 @@ |
||
64 | 64 | * Factory method to create a new product variant processor instance. |
65 | 65 | * |
66 | 66 | * @param \PDO $connection The PDO connection to use |
67 | - * @param TechDivision\Import\Configuration\ProcessorConfigurationInterface $configuration The subject configuration |
|
67 | + * @param ProcessorConfigurationInterface $configuration The subject configuration |
|
68 | 68 | * |
69 | 69 | * @return \TechDivision\Import\Product\Variant\Services\ProductVariantProcessor The processor instance |
70 | 70 | */ |