Completed
Push — 1.7 ( 0983e5...497e44 )
by Kamil
05:26
created
src/Sylius/Behat/Context/Ui/Admin/ManagingProductVariantsContext.php 2 patches
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -128,6 +128,8 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Admin/ManagingProductsContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -891,7 +891,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.