@@ -243,7 +243,7 @@ |
||
243 | 243 | } |
244 | 244 | |
245 | 245 | /** |
246 | - * @param string|array $selector |
|
246 | + * @param string $selector |
|
247 | 247 | * @param SelectorsHandler $selectorsHandler |
248 | 248 | * |
249 | 249 | * @return string |
@@ -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 | { |