@@ -128,6 +128,8 @@ |
||
128 | 128 | /** |
129 | 129 | * @When /^I set its(?:| default) price to "(?:€|£|\$)([^"]+)" for "([^"]+)" channel$/ |
130 | 130 | * @When I do not set its price |
131 | + * @param string $price |
|
132 | + * @param string $channelName |
|
131 | 133 | */ |
132 | 134 | public function iSetItsPriceTo(?string $price = null, $channelName = null) |
133 | 135 | { |