Passed
Push — master ( 5c035c...305609 )
by Nicolaas
03:21
created
src/CheckoutPageExtensionController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
                         $sku = $product->InternalItemID ?: $product->ID;
38 38
                         $topParent = $product->TopParentGroup();
39 39
                         $catetory = 'Unknown';
40
-                        if($topParent) {
40
+                        if ($topParent) {
41 41
 
42 42
                         }
43 43
                         $orderItemName = preg_replace("#\r|\n#", '', (string) $orderItem->TableTitle());
Please login to merge, or discard this patch.