Passed
Push — master ( 6cdae6...3bd67c )
by Aimeos
02:31
created
src/Controller/Common/Product/Import/Csv/Processor/Price/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
 		foreach( $listItems as $listItem )
119 119
 		{
120 120
 			if( ( $refItem = $listItem->getRefItem() ) !== null ) {
121
-				$listMap[ $refItem->getType() ][ $listItem->getType() ][] = $listItem;
121
+				$listMap[$refItem->getType()][$listItem->getType()][] = $listItem;
122 122
 			}
123 123
 		}
124 124
 
Please login to merge, or discard this patch.