@@ -316,7 +316,7 @@ |
||
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 |
@@ -316,7 +316,9 @@ |
||
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 ) |
|
320 | + { |
|
321 | +; } // Don't notify the user as appropriate services can be added automatically |
|
320 | 322 | } |
321 | 323 | } |
322 | 324 |