Passed
Push — master ( 94c6b8...b4b452 )
by Aimeos
05:00
created
lib/mshoplib/setup/unittest/PriceListAddTestData.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -206,7 +206,9 @@
 block discarded – undo
206 206
 
207 207
 				$listTypeManager->saveItem( $listItemType );
208 208
 			}
209
-			catch( \Exception $e ) {} // Duplicate entry
209
+			catch( \Exception $e )
210
+			{
211
+} // Duplicate entry
210 212
 		}
211 213
 	}
212 214
 }
Please login to merge, or discard this patch.