Passed
Push — master ( 46dc3d...0e7e66 )
by Aimeos
03:47
created
admin/jqadm/src/Admin/JQAdm/Product/Price/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -431,8 +431,7 @@
 block discarded – undo
431 431
 				$listItem = \Aimeos\MShop::create( $context, 'product' )->createListsItem();
432 432
 				$item->addListItem( 'attribute', $listItem->setType( 'custom' ), $attrItem );
433 433
 			}
434
-		}
435
-		else
434
+		} else
436 435
 		{
437 436
 			if( ( $litem = $item->getListItem( 'attribute', 'custom', $attrItem->getId(), false ) ) !== null ) {
438 437
 				$item->deleteListItem( 'attribute', $litem );
Please login to merge, or discard this patch.