Passed
Push — master ( f57919...5052c7 )
by Aimeos
02:14
created
src/Controller/Frontend/Basket/Base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -316,7 +316,7 @@
 block discarded – undo
316 316
 					$this->object()->addService( $service, $attributes );
317 317
 					$basket->deleteService( $type );
318 318
 				}
319
-				catch( \Exception $e ) { ; } // Don't notify the user as appropriate services can be added automatically
319
+				catch( \Exception $e ) {; } // Don't notify the user as appropriate services can be added automatically
320 320
 			}
321 321
 		}
322 322
 
Please login to merge, or discard this patch.