Passed
Push — master ( c61e7b...01c3b8 )
by Aimeos
04:21
created
src/MShop/Index/Manager/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -395,7 +395,7 @@
 block discarded – undo
395 395
 				$filter->is( 'product.dateend', '<', $context->datetime() ),
396 396
 				$filter->is( 'product.dateend', '==', null )
397 397
 			] )
398
-		]) );
398
+		] ) );
399 399
 		$cursor = $manager->cursor( $filter );
400 400
 
401 401
 		while( $items = $manager->iterate( $cursor, $domains ) ) {
Please login to merge, or discard this patch.