Completed
Push — fix-psalm ( 3fb028...ab375f )
by Kamil
05:26
created
src/Sylius/Behat/Page/Shop/Product/ShowPage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
     public function isOriginalPriceVisible(): bool
139 139
     {
140 140
         try {
141
-            return null !== $this->getElement('product_original_price')->find('css','del');
141
+            return null !== $this->getElement('product_original_price')->find('css', 'del');
142 142
         } catch (ElementNotFoundException $elementNotFoundException) {
143 143
             return false;
144 144
         }
Please login to merge, or discard this patch.