@@ -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 | */ |