@@ -310,7 +310,9 @@ |
||
310 | 310 | $this->getObject()->addService( $service, $attributes ); |
311 | 311 | $basket->deleteService( $type ); |
312 | 312 | } |
313 | - catch( \Exception $e ) { ; } // Don't notify the user as appropriate services can be added automatically |
|
313 | + catch( \Exception $e ) |
|
314 | + { |
|
315 | +; } // Don't notify the user as appropriate services can be added automatically |
|
314 | 316 | } |
315 | 317 | } |
316 | 318 |