@@ -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 | */ |
@@ -61,7 +61,7 @@ |
||
| 61 | 61 | * Factory method to create a new product 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\Services\ProductProcessor The processor instance |
| 67 | 67 | */ |
@@ -104,7 +104,7 @@ |
||
| 104 | 104 | * Factory method to create a new product processor instance. |
| 105 | 105 | * |
| 106 | 106 | * @param \PDO $connection The PDO connection to use |
| 107 | - * @param TechDivision\Import\Configuration\ProcessorConfigurationInterface $configuration The subject configuration |
|
| 107 | + * @param ProcessorConfigurationInterface $configuration The subject configuration |
|
| 108 | 108 | * |
| 109 | 109 | * @return \TechDivision\Import\Product\Services\ProductProcessor The processor instance |
| 110 | 110 | */ |
@@ -63,7 +63,7 @@ |
||
| 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 | */ |
@@ -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 | */ |