Passed
Push — master ( 6e3c1d...d05c2b )
by Luiz Kim
02:36
created
src/Service/OrderPrintService.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,8 +84,9 @@
 block discarded – undo
84 84
             $this->printProduct($parentOrderProduct);
85 85
 
86 86
             $childs = $parentOrderProduct->getOrderProductComponents();
87
-            if (!empty($childs))
88
-                $this->printChildren($childs);
87
+            if (!empty($childs)) {
88
+                            $this->printChildren($childs);
89
+            }
89 90
 
90 91
             $this->printService->addLine('', '', '-');
91 92
         }
Please login to merge, or discard this patch.