Passed
Push — master ( 60f145...abbd5e )
by Aimeos
04:17
created
src/MShop/Order/Manager/Base/Base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
 
76 76
 		$key = $token . '-' . $sitecode . '-' . $language . '-' . $currency . '-' . $type;
77 77
 
78
-		if( ( $order = \Aimeos\MShop::create( $context, 'order/basket' )->get( $key )->getItem() ) === null ){
78
+		if( ( $order = \Aimeos\MShop::create( $context, 'order/basket' )->get( $key )->getItem() ) === null ) {
79 79
 			return $this->object()->create();
80 80
 		}
81 81
 
Please login to merge, or discard this patch.