Passed
Push — master ( 146528...f625f1 )
by Aimeos
02:24
created
src/Controller/Frontend/Basket/Base.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -322,7 +322,7 @@
 block discarded – undo
322 322
 					$newBasket->addService( $service, $attributes );
323 323
 					$basket->deleteService( $type );
324 324
 				}
325
-				catch( \Exception $e ) { ; } // Don't notify the user as appropriate services can be added automatically
325
+				catch( \Exception $e ) {; } // Don't notify the user as appropriate services can be added automatically
326 326
 			}
327 327
 		}
328 328
 
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -322,7 +322,9 @@
 block discarded – undo
322 322
 					$newBasket->addService( $service, $attributes );
323 323
 					$basket->deleteService( $type );
324 324
 				}
325
-				catch( \Exception $e ) { ; } // Don't notify the user as appropriate services can be added automatically
325
+				catch( \Exception $e )
326
+				{
327
+; } // Don't notify the user as appropriate services can be added automatically
326 328
 			}
327 329
 		}
328 330
 
Please login to merge, or discard this patch.