Passed
Pull Request — master (#329)
by
unknown
04:50
created
src/MShop/Index/Manager/Text/Standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -626,7 +626,7 @@  discard block
 block discarded – undo
626 626
 			$list = [];
627 627
 			$manager = \Aimeos\MShop::create( $this->context(), 'locale' );
628 628
 			$filter = $manager->filter();
629
-			$filter->add('locale.status','==', 1);
629
+			$filter->add( 'locale.status', '==', 1 );
630 630
 			$items = $manager->search( $filter->slice( 0, 10000 ) );
631 631
 
632 632
 			foreach( $items as $item ) {
@@ -780,7 +780,7 @@  discard block
 block discarded – undo
780 780
 
781 781
 		try {
782 782
 			$stmt->execute()->finish();
783
-		} catch( \Aimeos\Base\DB\Exception $e ) { ; } // Ignore duplicates
783
+		} catch( \Aimeos\Base\DB\Exception $e ) {; } // Ignore duplicates
784 784
 	}
785 785
 
786 786
 
Please login to merge, or discard this patch.