@@ -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 | { |
@@ -139,7 +139,7 @@ |
||
139 | 139 | */ |
140 | 140 | public function iRemoveItsPriceForChannel(string $channelName): void |
141 | 141 | { |
142 | - $this->iSetItsPriceTo('', $channelName); |
|
142 | + $this->iSetItsPriceTo('', $channelName); |
|
143 | 143 | } |
144 | 144 | |
145 | 145 | /** |
@@ -891,7 +891,7 @@ |
||
891 | 891 | */ |
892 | 892 | public function iRemoveItsPriceForChannel(string $channelName): void |
893 | 893 | { |
894 | - $this->iSetItsPriceTo('', $channelName); |
|
894 | + $this->iSetItsPriceTo('', $channelName); |
|
895 | 895 | } |
896 | 896 | |
897 | 897 | /** |