@@ -314,6 +314,7 @@ discard block |
||
| 314 | 314 | |
| 315 | 315 | /** |
| 316 | 316 | * @Given /^([^"]+) gives ("[^"]+%") discount on shipping to every order$/ |
| 317 | + * @param integer $discount |
|
| 317 | 318 | */ |
| 318 | 319 | public function itGivesPercentageDiscountOnShippingToEveryOrder(PromotionInterface $promotion, $discount) |
| 319 | 320 | { |
@@ -634,7 +635,7 @@ discard block |
||
| 634 | 635 | } |
| 635 | 636 | |
| 636 | 637 | /** |
| 637 | - * @param array $taxonCodes |
|
| 638 | + * @param string[] $taxonCodes |
|
| 638 | 639 | * |
| 639 | 640 | * @return array |
| 640 | 641 | */ |
@@ -644,7 +645,7 @@ discard block |
||
| 644 | 645 | } |
| 645 | 646 | |
| 646 | 647 | /** |
| 647 | - * @param array $productCodes |
|
| 648 | + * @param string[] $productCodes |
|
| 648 | 649 | * |
| 649 | 650 | * @return array |
| 650 | 651 | */ |