Completed
Push — master ( 01041e...e275ec )
by Paweł
03:03
created
src/Controller/CartController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -300,7 +300,7 @@
 block discarded – undo
300 300
             return $product->getVariants()[0];
301 301
         }
302 302
 
303
-        if ($product->hasOptions()){
303
+        if ($product->hasOptions()) {
304 304
             return $this->getVariant($request->request->get('options'), $product);
305 305
         }
306 306
 
Please login to merge, or discard this patch.