@@ -35,11 +35,13 @@ |
||
| 35 | 35 | |
| 36 | 36 | /** |
| 37 | 37 | * @param AttributeValueInterface $attribute |
| 38 | + * @return void |
|
| 38 | 39 | */ |
| 39 | 40 | public function addAttribute(AttributeValueInterface $attribute): void; |
| 40 | 41 | |
| 41 | 42 | /** |
| 42 | 43 | * @param AttributeValueInterface $attribute |
| 44 | + * @return void |
|
| 43 | 45 | */ |
| 44 | 46 | public function removeAttribute(AttributeValueInterface $attribute): void; |
| 45 | 47 | |
@@ -198,6 +198,7 @@ |
||
| 198 | 198 | |
| 199 | 199 | /** |
| 200 | 200 | * @Given /^(this product) is(?:| also) priced at ("[^"]+") in ("[^"]+" channel)$/ |
| 201 | + * @param integer $price |
|
| 201 | 202 | */ |
| 202 | 203 | public function thisProductIsAlsoPricedAtInChannel(ProductInterface $product, $price, ChannelInterface $channel) |
| 203 | 204 | { |