Completed
Push — 1.7 ( 0983e5...497e44 )
by Kamil
05:26
created
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.
src/Sylius/Behat/Context/Ui/Admin/ManagingProductVariantsContext.php 1 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.