Passed
Branch master (cff8ed)
by David
04:06
created
Category
Controllers/Widgets/DnVariantSwitch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         $quantity = (int)$this->Request()->get('sQuantity');
36 36
         $basketID = (int)$this->Request()->get('detailId');
37 37
 
38
-        if(!empty($number) && !empty($basketID)){
38
+        if (!empty($number) && !empty($basketID)) {
39 39
             $this->get('dn.variant_switch')->switchVariant(
40 40
                 $number,
41 41
                 $basketID,
Please login to merge, or discard this patch.