Passed
Push — master ( 495603...6b6783 )
by Aimeos
04:41
created
controller/common/src/Controller/Common/Order/Standard.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -334,7 +334,8 @@
 block discarded – undo
334 334
 				{
335 335
 					$stockManager->decrease( [$item->getProductCode() => $how * -1 * $item->getQuantity()], $item->getStockType() );
336 336
 
337
-					switch( $item->getType() ) {
337
+					switch( $item->getType() )
338
+					{
338 339
 						case 'default':
339 340
 							$this->updateStockBundle( $item->getProductId(), $item->getStockType() ); break;
340 341
 						case 'select':
Please login to merge, or discard this patch.