@@ -207,7 +207,7 @@ discard block |
||
207 | 207 | /** |
208 | 208 | * Persist's the passed product relation data and return's the ID. |
209 | 209 | * |
210 | - * @param array $productRelation The product relation data to persist |
|
210 | + * @param integer[] $productRelation The product relation data to persist |
|
211 | 211 | * |
212 | 212 | * @return void |
213 | 213 | */ |
@@ -219,7 +219,7 @@ discard block |
||
219 | 219 | /** |
220 | 220 | * Persist's the passed product super link data and return's the ID. |
221 | 221 | * |
222 | - * @param array $productSuperLink The product super link data to persist |
|
222 | + * @param integer[] $productSuperLink The product super link data to persist |
|
223 | 223 | * |
224 | 224 | * @return void |
225 | 225 | */ |
@@ -22,7 +22,6 @@ |
||
22 | 22 | |
23 | 23 | use TechDivision\Import\Utils\RegistryKeys; |
24 | 24 | use TechDivision\Import\Product\Subjects\AbstractProductSubject; |
25 | -use TechDivision\Import\Product\Variant\Services\ProductVariantProcessorInterface; |
|
26 | 25 | |
27 | 26 | /** |
28 | 27 | * A SLSB that handles the process to import product variants. |