@@ -37,8 +37,7 @@ |
||
| 37 | 37 | |
| 38 | 38 | try { |
| 39 | 39 | $schema->dropSchema(); |
| 40 | - } |
|
| 41 | - catch ( \Exception $ex ) { |
|
| 40 | + } catch ( \Exception $ex ) { |
|
| 42 | 41 | } |
| 43 | 42 | |
| 44 | 43 | $schema->createSchema(); |
@@ -24,8 +24,7 @@ |
||
| 24 | 24 | if ( $request->hasAddressChangeData() ) { |
| 25 | 25 | try { |
| 26 | 26 | $addressChange->performAddressChange( $this->buildAddress( $request ) ); |
| 27 | - } |
|
| 28 | - catch ( ChangeAddressValidationException $e ) { |
|
| 27 | + } catch ( ChangeAddressValidationException $e ) { |
|
| 29 | 28 | return ChangeAddressResponse::newErrorResponse( [ $e->getMessage() ] ); |
| 30 | 29 | } |
| 31 | 30 | } |