@@ -58,7 +58,7 @@ |
||
58 | 58 | * Factory method to create a new product link processor instance. |
59 | 59 | * |
60 | 60 | * @param \PDO $connection The PDO connection to use |
61 | - * @param TechDivision\Import\ConfigurationInterface $configuration The subject configuration |
|
61 | + * @param SubjectInterface $configuration The subject configuration |
|
62 | 62 | * |
63 | 63 | * @return \TechDivision\Import\Product\Link\Services\ProducLinkProcessor The processor instance |
64 | 64 | */ |
@@ -50,7 +50,7 @@ |
||
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\SubjectInterface $configuration The subject configuration |
|
53 | + * @param SubjectInterface $configuration The subject configuration |
|
54 | 54 | * |
55 | 55 | * @return \TechDivision\Import\Product\Services\ProductProcessor The processor instance |
56 | 56 | */ |
@@ -80,7 +80,7 @@ |
||
80 | 80 | * Factory method to create a new product processor instance. |
81 | 81 | * |
82 | 82 | * @param \PDO $connection The PDO connection to use |
83 | - * @param TechDivision\Import\Configuration\SubjectInterface $configuration The subject configuration |
|
83 | + * @param SubjectInterface $configuration The subject configuration |
|
84 | 84 | * |
85 | 85 | * @return \TechDivision\Import\Product\Services\ProductProcessor The processor instance |
86 | 86 | */ |
@@ -56,7 +56,7 @@ |
||
56 | 56 | * Factory method to create a new product bundle processor instance. |
57 | 57 | * |
58 | 58 | * @param \PDO $connection The PDO connection to use |
59 | - * @param TechDivision\Import\Configuration\SubjectInterface $configuration The subject configuration |
|
59 | + * @param SubjectInterface $configuration The subject configuration |
|
60 | 60 | * |
61 | 61 | * @return \TechDivision\Import\Product\Bundle\Services\ProductBundleProcessor The processor instance |
62 | 62 | */ |
@@ -56,7 +56,7 @@ |
||
56 | 56 | * Factory method to create a new product media processor instance. |
57 | 57 | * |
58 | 58 | * @param \PDO $connection The PDO connection to use |
59 | - * @param TechDivision\Import\Configuration\SubjectInterface $configuration The subject configuration |
|
59 | + * @param SubjectInterface $configuration The subject configuration |
|
60 | 60 | * |
61 | 61 | * @return \TechDivision\Import\Product\Media\Services\ProductMediaProcessor The processor instance |
62 | 62 | */ |
@@ -58,7 +58,7 @@ |
||
58 | 58 | * Factory method to create a new product variant processor instance. |
59 | 59 | * |
60 | 60 | * @param \PDO $connection The PDO connection to use |
61 | - * @param TechDivision\Import\Configuration\SubjectInterface $configuration The subject configuration |
|
61 | + * @param SubjectInterface $configuration The subject configuration |
|
62 | 62 | * |
63 | 63 | * @return \TechDivision\Import\Product\Variant\Services\ProductVariantProcessor The processor instance |
64 | 64 | */ |