Passed
Push — master ( 193eca...2d6678 )
by Aimeos
26:59 queued 24:16
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.