Passed
Push — master ( 66430f...e01859 )
by Aimeos
18:22 queued 16:04
created
src/Controller/Frontend/Basket/Base.php 1 patch
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.