Completed
Push — checkout-context-cleanup ( c82d5d...3b30b9 )
by Kamil
20:03
created
src/Sylius/Behat/Context/Ui/CheckoutContext.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -280,6 +280,7 @@  discard block
 block discarded – undo
280 280
 
281 281
     /**
282 282
      * @When /^I choose "([^"]*)" payment method$/
283
+     * @param string $paymentMethodName
283 284
      */
284 285
     public function iChoosePaymentMethod($paymentMethodName)
285 286
     {
@@ -498,6 +499,8 @@  discard block
 block discarded – undo
498 499
     /**
499 500
      * @Given I have proceeded order with :shippingMethod shipping method and :paymentMethod payment
500 501
      * @When I proceed with :shippingMethod shipping method and :paymentMethod payment
502
+     * @param string $shippingMethod
503
+     * @param string $paymentMethod
501 504
      */
502 505
     public function iProceedOrderWithShippingMethodAndPayment($shippingMethod, $paymentMethod)
503 506
     {
Please login to merge, or discard this patch.