@@ -271,7 +271,8 @@ |
||
| 271 | 271 | /** |
| 272 | 272 | * @Given /^the customer chose ("[^"]+" shipping method)$/ |
| 273 | 273 | */ |
| 274 | - public function theCustomerChoseShippingMethod(ShippingMethodInterface $shippingMethod) { |
|
| 274 | + public function theCustomerChoseShippingMethod(ShippingMethodInterface $shippingMethod) |
|
| 275 | + { |
|
| 275 | 276 | /** @var OrderInterface $order */ |
| 276 | 277 | $order = $this->sharedStorage->get('order'); |
| 277 | 278 | |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | /** |
| 51 | 51 | * {@inheritdoc} |
| 52 | 52 | */ |
| 53 | - public function hasInstructions() |
|
| 53 | + public function hasInstructions() |
|
| 54 | 54 | { |
| 55 | 55 | return null !== $this->getDocument()->find('css', '#sylius-payment-method-instructions'); |
| 56 | 56 | } |