Passed
Push — master ( b98aaa...2ba309 )
by Aimeos
07:28
created
setup/TypeMigrateTables.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,9 @@
 block discarded – undo
75 75
 						unset( $row['id'] );
76 76
 						$db->insert( 'mshop_type', $row + ['for' => $for] );
77 77
 					}
78
-					catch( \Exception $e ) {} // Ignore duplicate entries
78
+					catch( \Exception $e )
79
+					{
80
+} // Ignore duplicate entries
79 81
 				}
80 82
 			}
81 83
 		}
Please login to merge, or discard this patch.