Completed
Push — unused-compiler-pass ( 93ebf5 )
by Kamil
31:23 queued 11:08
created
src/Sylius/Behat/Context/Setup/OrderContext.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -271,7 +271,8 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Shop/Order/ThankYouPage.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.