Passed
Push — master ( fc01fb...26d801 )
by Aimeos
28:48 queued 11:51
created
src/MShop/Order/Manager/Base.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -294,8 +294,7 @@
 block discarded – undo
294 294
 				$map[$item->getParentId()][$item->getPosition()] = $item;
295 295
 
296 296
 				$subProducts = [];
297
-			}
298
-			else
297
+			} else
299 298
 			{	// in case it's a sub-product
300 299
 				$subProducts[$item->getPosition()] = $item;
301 300
 			}
Please login to merge, or discard this patch.