Passed
Push — master ( c6b7d2...b3bb7c )
by Aimeos
02:22
created
src/Client/Html/Account/History/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
 		 * @since 2022.10
81 81
 		 */
82 82
 		$domains = ['order/base', 'order/base/address', 'order/base/coupon', 'order/base/product', 'order/base/service'];
83
-		$domains = $context->config()->get( 'client/html/account/history/domains',  $domains );
83
+		$domains = $context->config()->get( 'client/html/account/history/domains', $domains );
84 84
 
85 85
 		$view->historyItems = \Aimeos\Controller\Frontend::create( $context, 'order' )
86 86
 			->uses( $domains )->sort( '-order.id' )->search();
Please login to merge, or discard this patch.