Passed
Push — master ( 2bdadc...818ed3 )
by Aimeos
05:28
created
lib/mshoplib/src/MShop/Index/Manager/Text/Standard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -734,7 +734,7 @@  discard block
 block discarded – undo
734 734
 		 * @category Developer
735 735
 		 * @since 2020.10
736 736
 		 */
737
-		$attrTypes = $config->get( 'mshop/index/manager/text/attribute-types', [ 'variant', 'default' ] );
737
+		$attrTypes = $config->get( 'mshop/index/manager/text/attribute-types', ['variant', 'default'] );
738 738
 
739 739
 		$products = ( $item->getType() === 'select' ? $item->getRefItems( 'product', null, 'default' ) : [] );
740 740
 		$products[] = $item;
@@ -831,7 +831,7 @@  discard block
 block discarded – undo
831 831
 
832 832
 		try {
833 833
 			$stmt->execute()->finish();
834
-		} catch( \Aimeos\MW\DB\Exception $e ) { ; } // Ignore duplicates
834
+		} catch( \Aimeos\MW\DB\Exception $e ) {; } // Ignore duplicates
835 835
 	}
836 836
 
837 837
 
Please login to merge, or discard this patch.