Passed
Push — master ( 170338...cfc82f )
by Aimeos
19:00 queued 05:22
created
src/Controller/Frontend/Basket/Base.php 1 patch
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.