Passed
Push — master ( 140d1a...4bf2ae )
by Aimeos
18:27 queued 14:35
created
src/Admin/JQAdm/Product/Selection/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -381,8 +381,7 @@
 block discarded – undo
381 381
 				$list['product.code'] = $list['product.code'] . '_' . substr( md5( microtime( true ) ), -5 );
382 382
 
383 383
 				$list['stock.stocklevel'] = 0;
384
-			}
385
-			else
384
+			} else
386 385
 			{
387 386
 				$list = array_merge( $list, $refItem->getStockItems( 'default' )->first( map() )->toArray() );
388 387
 			}
Please login to merge, or discard this patch.