Passed
Push — master ( d1ec78...886e1b )
by Aimeos
10:04 queued 02:36
created
controller/frontend/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.