Passed
Push — master ( 5dcb5e...0a4aac )
by Aimeos
05:58
created
lib/mshoplib/src/MShop/Common/Manager/AddressRef/Traits.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 
38 38
 			$search = $manager->createSearch()->setSlice( 0, 0x7fffffff );
39 39
 			$search->setConditions( $search->compare( '==', $domain . '.address.parentid', $parentIds ) );
40
-			$search->setSortations( [$search->sort( '+', $domain . '.address.position')] );
40
+			$search->setSortations( [$search->sort( '+', $domain . '.address.position' )] );
41 41
 
42 42
 			foreach( $manager->searchItems( $search ) as $addrItem ) {
43 43
 				$list[$addrItem->getParentId()][] = $addrItem;
Please login to merge, or discard this patch.