@@ -30,11 +30,13 @@ |
||
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | 32 | * @param ProductVariantInterface $productVariant |
| 33 | + * @return void |
|
| 33 | 34 | */ |
| 34 | 35 | public function addProductVariant(ProductVariantInterface $productVariant); |
| 35 | 36 | |
| 36 | 37 | /** |
| 37 | 38 | * @param ProductVariantInterface $productVariant |
| 39 | + * @return void |
|
| 38 | 40 | */ |
| 39 | 41 | public function removeProductVariant(ProductVariantInterface $productVariant); |
| 40 | 42 | |