@@ -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 | */ |
@@ -106,7 +106,7 @@ |
||
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 | */ |
@@ -106,7 +106,7 @@ |
||
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 | */ |