Passed
Push — master ( f93c88...c652ef )
by Aimeos
05:08
created
src/MShop/Order/Manager/Standard.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1077,11 +1077,11 @@  discard block
 block discarded – undo
1077 1077
 		$addressMap = $couponMap = $productMap = $serviceMap = [];
1078 1078
 
1079 1079
 		if( in_array( 'order/address', $ref ) ) {
1080
-			$addressMap = $this->getAddresses( $baseIds, $ref  );
1080
+			$addressMap = $this->getAddresses( $baseIds, $ref );
1081 1081
 		}
1082 1082
 
1083 1083
 		if( in_array( 'order/product', $ref ) || in_array( 'order/coupon', $ref ) ) {
1084
-			$productMap = $this->getProducts( $baseIds, $ref  );
1084
+			$productMap = $this->getProducts( $baseIds, $ref );
1085 1085
 		}
1086 1086
 
1087 1087
 		if( in_array( 'order/coupon', $ref ) ) {
@@ -1089,7 +1089,7 @@  discard block
 block discarded – undo
1089 1089
 		}
1090 1090
 
1091 1091
 		if( in_array( 'order/service', $ref ) ) {
1092
-			$serviceMap = $this->getServices( $baseIds, $ref  );
1092
+			$serviceMap = $this->getServices( $baseIds, $ref );
1093 1093
 		}
1094 1094
 
1095 1095
 		foreach( $map as $id => $list )
Please login to merge, or discard this patch.