Completed
Push — master ( 0ed5fa...41d654 )
by Aimeos
02:01
created
common/src/Controller/Common/Catalog/Import/Csv/Processor/Text/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,8 +108,7 @@
 block discarded – undo
108 108
 				$listItem = $listMap[$content][$type][$typecode];
109 109
 				$refItem = $listItem->getRefItem();
110 110
 				unset( $listItems[ $listItem->getId() ] );
111
-			}
112
-			else
111
+			} else
113 112
 			{
114 113
 				$listItem = $listManager->createItem( $typecode, 'text' );
115 114
 				$refItem = $manager->createItem( $type, 'catalog' );
Please login to merge, or discard this patch.
src/Controller/Common/Catalog/Import/Csv/Processor/Media/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,8 +112,7 @@
 block discarded – undo
112 112
 					$listItem = $listMap[$url][$type][$typecode];
113 113
 					$refItem = $listItem->getRefItem();
114 114
 					unset( $listItems[ $listItem->getId() ] );
115
-				}
116
-				else
115
+				} else
117 116
 				{
118 117
 					$listItem = $listManager->createItem( $typecode, 'media' );
119 118
 					$refItem = $manager->createItem( $type, 'catalog' );
Please login to merge, or discard this patch.