Passed
Push — master ( 090428...a2686f )
by Aimeos
13:39
created
src/Controller/Frontend/Basket/Base.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -328,7 +328,7 @@
 block discarded – undo
328 328
 					$newBasket->addService( $service, $attributes, $position );
329 329
 					$basket->deleteService( $type );
330 330
 				}
331
-				catch( \Exception $e ) { ; } // Don't notify the user as appropriate services can be added automatically
331
+				catch( \Exception $e ) {; } // Don't notify the user as appropriate services can be added automatically
332 332
 			}
333 333
 		}
334 334
 
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -328,7 +328,9 @@
 block discarded – undo
328 328
 					$newBasket->addService( $service, $attributes, $position );
329 329
 					$basket->deleteService( $type );
330 330
 				}
331
-				catch( \Exception $e ) { ; } // Don't notify the user as appropriate services can be added automatically
331
+				catch( \Exception $e )
332
+				{
333
+; } // Don't notify the user as appropriate services can be added automatically
332 334
 			}
333 335
 		}
334 336
 
Please login to merge, or discard this patch.